Crates.io | esp-partition-table |
lib.rs | esp-partition-table |
version | |
source | src |
created_at | 2023-05-04 17:11:42.238285 |
updated_at | 2025-02-04 09:43:04.215502 |
description | Read/write ESP flash partition table |
homepage | |
repository | https://github.com/katyo/esp-partition-table |
max_upload_size | |
id | 856903 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crates allows the following manipulations with ESP partition table:
You can manipulate partition entries:
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 from heapless
crate