aa357a32bc
Ideally suited for generating a binary externally, containing key-value pairs specific to device manufacturers. Utility allows creation of a binary, compatible with NVS structure, which can be separately flashed onto a new partition. This helps device manufacturers set different values for different devices, e.g. serial numbers, but using a single firmaware image.
17 lines
445 B
ReStructuredText
17 lines
445 B
ReStructuredText
Storage API
|
|
***********
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
SPI Flash and Partition APIs <spi_flash>
|
|
SD/SDIO/MMC Driver <sdmmc>
|
|
Non-Volatile Storage <nvs_flash>
|
|
NVS Partition Generation Utility <nvs_partition_gen.rst>
|
|
Virtual Filesystem <vfs>
|
|
FAT Filesystem <fatfs>
|
|
Wear Levelling <wear-levelling>
|
|
SPIFFS Filesystem <spiffs>
|
|
|
|
|
|
Example code for this API section is provided in :example:`storage` directory of ESP-IDF examples.
|