OVMS3-idf/docs/en/api-reference/storage/index.rst

19 lines
496 B
ReStructuredText
Raw Normal View History

Storage API
***********
.. toctree::
:maxdepth: 1
SPI Flash and Partition APIs <spi_flash>
SD/SDIO/MMC Driver <sdmmc>
Non-Volatile Storage <nvs_flash>
NVS Partition Generation Utility <nvs_partition_gen.rst>
Virtual Filesystem <vfs>
FAT Filesystem <fatfs>
Wear Levelling <wear-levelling>
2017-09-07 14:37:59 +00:00
SPIFFS Filesystem <spiffs>
2018-07-17 08:44:30 +00:00
Mass Manufacturing Utility <mass_mfg.rst>
2019-06-17 06:23:52 +00:00
Code examples for this API section are provided in the :example:`storage` directory of ESP-IDF examples.