#partition-table #esp #esp32 #embedded-storage #byte-buffer

no-std esp-partition-table

Read/write ESP flash partition table

4 releases

0.1.3 Feb 4, 2025
0.1.2 Oct 20, 2024
0.1.1 May 9, 2023
0.1.0 May 4, 2023

#250 in Hardware support

Download history 45/week @ 2024-10-23 237/week @ 2024-10-30 36/week @ 2024-11-06 41/week @ 2024-11-13 16/week @ 2024-11-20 8/week @ 2024-11-27 11/week @ 2024-12-04 31/week @ 2024-12-11 17/week @ 2024-12-18 2/week @ 2025-01-22 73/week @ 2025-01-29 85/week @ 2025-02-05

160 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