Files
esp-idf/docs/api-reference/storage/index.rst
T

17 lines
383 B
ReStructuredText
Raw Normal View History

Storage API
***********
.. toctree::
:maxdepth: 1
SPI Flash and Partition APIs <spi_flash>
SD/MMC Card Host <sdmmc>
Non-Volatile Storage <nvs_flash>
Virtual Filesystem <vfs>
FAT Filesystem <fatfs>
2017-04-10 22:06:35 +08:00
Wear Levelling <wear-levelling>
2017-09-07 17:37:59 +03:00
SPIFFS Filesystem <spiffs>
Example code for this API section is provided in :example:`storage` directory of ESP-IDF examples.