esp-idf/examples/storage
Jiang Jiang Jian 61ba825b03 Merge branch 'fix/bump_esp_littlefs_to_v5.1' into 'release/v5.1'
fix(storage/littlefs): Bump version to v1.14.4 (core v2.9.1) (v5.1)

See merge request espressif/esp-idf!30358
2024-07-01 10:21:20 +08:00
..
custom_flash_driver esp32h2: add build test 2023-01-17 10:29:04 +08:00
emmc sdmmc: in/out phase adapted to esp32 and esp32s3 2023-04-24 03:45:29 +00:00
ext_flash_fatfs esp32h4: removed esp32h4 related codes 2023-04-26 18:53:12 +08:00
fatfsgen esp32h2: add build test 2023-01-17 10:29:04 +08:00
littlefs fix(storage/littlefs): Bump version to v1.14.4 (core v2.9.1) 2024-04-19 12:54:55 +02:00
nvs_rw_blob esp32h2: add build test 2023-01-17 10:29:04 +08:00
nvs_rw_value esp32h2: add build test 2023-01-17 10:29:04 +08:00
nvs_rw_value_cxx esp32h2: add build test 2023-01-17 10:29:04 +08:00
partition_api esp32h2: add build test 2023-01-17 10:29:04 +08:00
parttool ci(otatool): fix test failure caused due to closing connection incorrectly 2024-04-17 10:16:28 +05:30
sd_card fix(examples): Disable formatting SD cards in storage examples by default 2024-02-08 14:22:45 +01:00
semihost_vfs esp32h4: removed esp32h4 related codes 2023-04-26 18:53:12 +08:00
spiffs esp32h2: add build test 2023-01-17 10:29:04 +08:00
spiffsgen esp32h2: add build test 2023-01-17 10:29:04 +08:00
wear_levelling fatfs: added an API to format FAT on spiflash 2023-02-16 12:19:35 +08:00
.build-test-rules.yml sdmmc: add an example communicating with eMMC chip on S3 2023-04-24 03:45:29 +00: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.