esp-idf/examples/storage
2022-11-09 20:15:17 +08:00
..
custom_flash_driver ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
ext_flash_fatfs esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
fatfsgen ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
nvs_rw_blob ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
nvs_rw_value ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
nvs_rw_value_cxx ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
partition_api partition: use esp_partition_munmap instead of spi_flash_munmap 2022-11-09 20:15:17 +08:00
parttool ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
sd_card sdmmc/sdspi: allow custom setup of SD card frequency 2022-09-12 17:08:36 +02:00
semihost_vfs esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
spiffs ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
spiffsgen ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
wear_levelling ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
.build-test-rules.yml ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +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.