esp-idf/examples/storage
2022-10-06 16:16:32 +02:00
..
custom_flash_driver docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
ext_flash_fatfs storage: fix and re-enable -Wformat warnings 2022-10-06 16:16:32 +02:00
fatfsgen fatfsparse.py: Add support for WL 2022-07-26 14:50:07 +02:00
nvs_rw_blob storage: fix and re-enable -Wformat warnings 2022-10-06 16:16:32 +02:00
nvs_rw_value storage: fix and re-enable -Wformat warnings 2022-10-06 16:16:32 +02:00
nvs_rw_value_cxx storage: fix and re-enable -Wformat warnings 2022-10-06 16:16:32 +02:00
partition_api storage: fix and re-enable -Wformat warnings 2022-10-06 16:16:32 +02:00
parttool parttool: added tests to check the external interface (parsing) of the parttool commands 2022-09-20 11:28:55 +05:30
sd_card sdmmc/sdspi: allow custom setup of SD card frequency 2022-09-12 17:08:36 +02:00
semihost_vfs docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
spiffs storage examples migrated to pytest 2022-07-22 10:23:53 +02:00
spiffsgen storage examples migrated to pytest 2022-07-22 10:23:53 +02:00
wear_levelling storage examples migrated to pytest 2022-07-22 10:23:53 +02:00
.build-test-rules.yml feat: use standalone project idf-build-apps for find/build apps utils 2022-07-14 08:26:31 +08:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

Storage Examples

Storage and management of user and system data in modules flash and on external memory / devices.

See the README.md file in the upper level examples directory for more information about examples.