esp-idf/examples/storage
morris 69dd3839ce Merge branch 'feature/c6_sdspi_host' into 'master'
sdspi: bringup sdspi on c6

Closes IDF-5860

See merge request espressif/esp-idf!21681
2022-12-21 14:07:56 +08:00
..
custom_flash_driver build system: Add idf_component_add_link_dependency function, use for spi_flash overriding 2022-12-16 16:26:44 +01: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 Merge branch 'bugfix/nvs_cxx_example' into 'master' 2022-12-14 17:17:59 +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 sdspi: bringup sdspi on c6 2022-12-19 16:33:50 +08:00
semihost_vfs ci: move more openocd scripts into pytest-embedded 2022-12-08 14:25:02 +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 sdspi: bringup sdspi on c6 2022-12-19 16:33:50 +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.