Skip to main content

Crate esp_nvs_partition_tool

Crate esp_nvs_partition_tool 

Source
Expand description

ESP-IDF compatible NVS (Non-Volatile Storage) partition table parser and generator.

Re-exports§

pub use error::Error;
pub use partition::DataValue;
pub use partition::EntryContent;
pub use partition::FileEncoding;
pub use partition::NvsEntry;

Modules§

error
partition

Structs§

NvsPartition
A collection of NVS key-value entries, optionally spanning multiple namespaces.

Constants§

MAX_KEY_LENGTH
Maximum Key length is 15 bytes + 1 byte for the null terminator.