mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
24268d47a2
change: renamed every instance of these functions add: deprecation notice with old functions change: CC0 licence to CC0-1.0 in fatfsgen_example_main.c
35 lines
1018 B
ReStructuredText
35 lines
1018 B
ReStructuredText
.. include:: ../../../../components/wear_levelling/README.rst
|
|
|
|
See also
|
|
--------
|
|
|
|
- :doc:`FAT Filesystem <./fatfs>`
|
|
- :doc:`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 :example:`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
|
|
^^^^^^^^^
|
|
|
|
.. doxygenfunction:: esp_vfs_fat_spiflash_mount_rw_wl
|
|
.. doxygenstruct:: esp_vfs_fat_mount_config_t
|
|
:members:
|
|
.. doxygenfunction:: esp_vfs_fat_spiflash_unmount_rw_wl
|
|
|
|
Mid level API Reference
|
|
-----------------------
|
|
|
|
.. include-build-file:: inc/wear_levelling.inc
|
|
|