index.rst 485 B

123456789101112131415161718192021
  1. 存储 API
  2. ***********
  3. :link_to_translation:`en:[English]`
  4. .. toctree::
  5. :maxdepth: 1
  6. FAT 文件系统 <fatfs>
  7. 量产程序 <mass_mfg.rst>
  8. 非易失性存储库 <nvs_flash>
  9. NVS 分区生成程序 <nvs_partition_gen.rst>
  10. SD/SDIO/MMC 驱动程序 <sdmmc>
  11. SPI Flash API <spi_flash>
  12. SPIFFS 文件系统 <spiffs>
  13. 虚拟文件系统组件 <vfs>
  14. 磨损均衡 API <wear-levelling>
  15. 此部分 API 代码示例详见 ESP-IDF 项下 :example:`storage` 目录。