Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.6 KB

index.rst

File metadata and controls

37 lines (28 loc) · 1.6 KB

存储 API

:link_to_translation:`en:[English]`

本节提供高层次的存储 API 的参考文档。这些 API 基于如 SPI flash、SD/MMC 等低层次驱动。

Note

建议使用高层次的 API(esp_partition 或者文件系统)而非低层次驱动 API 去访问 SPI NOR flash。

由于 NOR flash 和乐鑫硬件的一些限制,访问主 flash 会影响各个系统的性能。关于这些限制的更多信息,参见 :doc:`/api-reference/peripherals/spi_flash/index`

.. toctree::
   :maxdepth: 1

   fatfs
   fatfsgen
   mass_mfg.rst
   nvs_flash
   nvs_encryption
   nvs_partition_gen.rst
   nvs_partition_parse.rst
   sdmmc
   partition
   spiffs
   vfs
   wear-levelling

此部分 API 代码示例存放在 ESP-IDF 示例项目的 :example:`storage` 目录下。