75adefe437
This commit sorts the entries of variuos toctrees alphabetically. Indentation was also fixed. The order of some toctrees were not modified if the existing order had some form of suggested reading order.
18 lines
506 B
ReStructuredText
18 lines
506 B
ReStructuredText
Storage API
|
|
***********
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
FAT Filesystem <fatfs>
|
|
Mass Manufacturing Utility <mass_mfg.rst>
|
|
Non-Volatile Storage <nvs_flash>
|
|
NVS Partition Generation Utility <nvs_partition_gen.rst>
|
|
SD/SDIO/MMC Driver <sdmmc>
|
|
SPI Flash and Partition APIs <spi_flash>
|
|
SPIFFS Filesystem <spiffs>
|
|
Virtual Filesystem <vfs>
|
|
Wear Levelling <wear-levelling>
|
|
|
|
|
|
Code examples for this API section are provided in the :example:`storage` directory of ESP-IDF examples.
|