index.rst 490 B

123456789101112131415161718
  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. Mass Manufacturing Utility <mass_mfg.rst>
  14. Example code for this API section is provided in :example:`storage` directory of ESP-IDF examples.