| 1234567891011121314151617 |
- 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.
|