index.rst 550 B

123456789101112131415161718192021
  1. Storage API
  2. ***********
  3. :link_to_translation:`zh_CN:[中文]`
  4. .. toctree::
  5. :maxdepth: 1
  6. FAT Filesystem <fatfs>
  7. Mass Manufacturing Utility <mass_mfg.rst>
  8. Non-Volatile Storage <nvs_flash>
  9. NVS Partition Generation Utility <nvs_partition_gen.rst>
  10. SD/SDIO/MMC Driver <sdmmc>
  11. SPI Flash and Partition APIs <spi_flash>
  12. SPIFFS Filesystem <spiffs>
  13. Virtual Filesystem <vfs>
  14. Wear Levelling API <wear-levelling>
  15. Code examples for this API section are provided in the :example:`storage` directory of ESP-IDF examples.