esp-idf/examples/storage
Armando (Dou Yiwen) 1bce665e73 Merge branch 'feat/sdspi_esp32p4' into 'master'
sdspi: supported sdspi on esp32p4

Closes IDF-7501

See merge request espressif/esp-idf!26458
2023-10-20 10:41:44 +08:00
..
custom_flash_driver feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
emmc sdmmc: in/out phase adapted to esp32 and esp32s3 2023-04-14 18:18:54 +08:00
ext_flash_fatfs esp32h4: removed esp32h4 related codes 2023-04-23 12:03:07 +00:00
fatfsgen feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
littlefs feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
nvs_rw_blob feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
nvs_rw_value feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
nvs_rw_value_cxx feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
nvsgen feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
partition_api feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
parttool feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
perf_benchmark ci(examples): Enable storage/perf_benchmark build test for spiflash on ESP32-P4 v2 2023-10-05 13:19:19 +02:00
sd_card Merge branch 'feat/sdspi_esp32p4' into 'master' 2023-10-20 10:41:44 +08:00
semihost_vfs feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
spiffs feat(esp_lcd): updated lvgl example to loading image from file system 2023-09-06 14:53:24 +08:00
spiffsgen feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
wear_levelling feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
.build-test-rules.yml feat(sdspi): supported sdspi on esp32p4 2023-10-16 19:29:07 +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.