Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1006 Bytes

wear-levelling.rst

File metadata and controls

34 lines (22 loc) · 1006 Bytes

See also

  • FAT Filesystem <./fatfs>
  • Partition Table documentation <../../api-guides/partition-tables>

Application Example

An example which combines the wear levelling driver with the FATFS library is provided in the storage/wear_levelling directory. This example initializes the wear levelling driver, mounts FATFS partition, as well as writes and reads data from it using POSIX and C library APIs. See the :example_file:`storage/wear_levelling/README.md` file for more information.

High level API Reference

Header Files

  • :component_file:`fatfs/vfs/esp_vfs_fat.h`

Functions

esp_vfs_fat_spiflash_mount

esp_vfs_fat_mount_config_t

esp_vfs_fat_spiflash_unmount

Mid level API Reference

inc/wear_levelling.inc