3 releases

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

#266 in Hardware support

Download history 49/week @ 2024-09-17 46/week @ 2024-09-24 37/week @ 2024-10-01 18/week @ 2024-10-08 126/week @ 2024-10-15 49/week @ 2024-10-22 235/week @ 2024-10-29 38/week @ 2024-11-05 44/week @ 2024-11-12 20/week @ 2024-11-19 11/week @ 2024-11-26 3/week @ 2024-12-03 34/week @ 2024-12-10 22/week @ 2024-12-17

59 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