3 releases

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

#237 in Hardware support

Download history 11/week @ 2024-08-15 18/week @ 2024-08-22 24/week @ 2024-08-29 23/week @ 2024-09-05 30/week @ 2024-09-12 66/week @ 2024-09-19 30/week @ 2024-09-26 35/week @ 2024-10-03 11/week @ 2024-10-10 146/week @ 2024-10-17 62/week @ 2024-10-24 216/week @ 2024-10-31 45/week @ 2024-11-07 32/week @ 2024-11-14 15/week @ 2024-11-21 5/week @ 2024-11-28

101 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