esp-idf/examples/storage
Martin Vychodil 7d28abae4e Merge branch 'feature/sdcard_custom_freq' into 'master'
[Storage] Enable SD card custom frequency setup

Closes IDFGH-7089

See merge request espressif/esp-idf!19038
2022-09-23 17:45:30 +08:00
..
custom_flash_driver
ext_flash_fatfs build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
fatfsgen
nvs_rw_blob build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
nvs_rw_value build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
nvs_rw_value_cxx build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
partition_api build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04: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
spiffs
spiffsgen
wear_levelling
.build-test-rules.yml
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.