3 releases

0.1.2 Oct 20, 2024
0.1.1 May 9, 2023
0.1.0 May 4, 2023

#213 in Hardware support

Download history 8/week @ 2024-07-29 8/week @ 2024-08-05 12/week @ 2024-08-12 9/week @ 2024-08-19 30/week @ 2024-08-26 23/week @ 2024-09-02 24/week @ 2024-09-09 48/week @ 2024-09-16 47/week @ 2024-09-23 40/week @ 2024-09-30 16/week @ 2024-10-07 104/week @ 2024-10-14 72/week @ 2024-10-21 214/week @ 2024-10-28 57/week @ 2024-11-04

448 downloads per month
Used in esp-ota-nostd

MIT/Apache

51KB
1K SLoC

Read/Write ESP flash partition table in Rust

github crate docs MIT CI

This crates allows the following manipulations with ESP partition table:

  • Read partition entries
  • Validate partition table
  • Write partition entries
  • Write validation entry

You can manipulate partition entries:

  • Directly in device flash
  • Using byte buffers

The following features help customize this crate for you usecase:

  • embedded-storage - enables access to partition table using corresponding API
  • md5 - enables validation support using MD5 checksums
  • heapless - enables using types from heapless crate

Dependencies

~140KB