e148c2a12c
- Split SDMMC page into pages about SDMMC/SDSPI hosts and a page about the protocol layer. - Use autogenerated API reference instead of manually generated one. - Add information about SDIO APIs.
16 lines
385 B
ReStructuredText
16 lines
385 B
ReStructuredText
Storage API
|
|
***********
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
SPI Flash and Partition APIs <spi_flash>
|
|
SD/SDIO/MMC Driver <sdmmc>
|
|
Non-Volatile Storage <nvs_flash>
|
|
Virtual Filesystem <vfs>
|
|
FAT Filesystem <fatfs>
|
|
Wear Levelling <wear-levelling>
|
|
SPIFFS Filesystem <spiffs>
|
|
|
|
|
|
Example code for this API section is provided in :example:`storage` directory of ESP-IDF examples.
|