index.rst 481 B

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