esp-idf/examples/storage
Martin Vychodil b682527c60 Merge branch 'feature/ext_flash_fatfs_update' into 'master'
fatfs: add new ESP32 targets to external flash example

Closes IDF-3621

See merge request espressif/esp-idf!17371
2022-05-18 16:43:52 +08:00
..
custom_flash_driver
ext_flash_fatfs fatfs: add new ESP32 targets to external flash example 2022-05-12 18:57:10 +00:00
fatfsgen change: renamed FATFS convenience mounting functions 2022-04-11 08:44:40 +00:00
nvs_rw_blob
nvs_rw_value
nvs_rw_value_cxx
partition_api
parttool
sd_card examples: sd_card: fix example test not getting the expected name 2022-05-11 21:50:11 +02:00
semihost_vfs semihosting: drop absolute path support 2022-05-05 09:12:42 +00:00
spiffs spiffs: Add esp_spiffs_check() function 2022-04-08 19:40:56 +00:00
spiffsgen
wear_levelling change: renamed FATFS convenience mounting functions 2022-04-11 08:44:40 +00:00
README.md

README.md

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.