|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Type-safe persistent key-value storage in flash memory. More...
Namespaces | |
| namespace | idfxx |
Typedefs | |
| typedef uint32_t | nvs_handle_t |
| typedef int | esp_err_t |
Type-safe persistent key-value storage in flash memory.
Provides NVS namespace lifecycle management with type-safe storage for integers (8-64 bits), strings, and binary blobs. Features an explicit commit model for atomic updates.
Depends on Core Utilities for error handling.
| typedef uint32_t nvs_handle_t |