3 releases
0.1.2 | Oct 20, 2024 |
---|---|
0.1.1 | May 9, 2023 |
0.1.0 | May 4, 2023 |
#213 in Hardware support
448 downloads per month
Used in esp-ota-nostd
51KB
1K
SLoC
Read/Write ESP flash partition table in Rust
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 APImd5
- enables validation support using MD5 checksumsheapless
- enables using types fromheapless
crate
Dependencies
~140KB