index.rst 383 B

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