Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 481 Bytes

index.rst

File metadata and controls

20 lines (15 loc) · 481 Bytes

存储 API

:link_to_translation:`en:[English]`

.. toctree::
   :maxdepth: 1

   SPI Flash 和分区 API <spi_flash>
   SD/SDIO/MMC 驱动程序 <sdmmc>
   非易失性存储 <nvs_flash>
   NVS 分区生成程序 <nvs_partition_gen.rst>
   虚拟文件系统 <vfs>
   FAT 文件系统 <fatfs>
   磨损均衡 <wear-levelling>
   SPIFFS 文件系统 <spiffs>
   量产程序 <mass_mfg.rst>


此部分 API 代码示例详见 ESP-IDF 项下 :example:`storage` 目录。