index.rst 445 B

1234567891011121314151617
  1. Storage API
  2. ***********
  3. .. toctree::
  4. :maxdepth: 1
  5. SPI Flash and Partition APIs <spi_flash>
  6. SD/SDIO/MMC Driver <sdmmc>
  7. Non-Volatile Storage <nvs_flash>
  8. NVS Partition Generation Utility <nvs_partition_gen.rst>
  9. Virtual Filesystem <vfs>
  10. FAT Filesystem <fatfs>
  11. Wear Levelling <wear-levelling>
  12. SPIFFS Filesystem <spiffs>
  13. Example code for this API section is provided in :example:`storage` directory of ESP-IDF examples.