esp-idf/examples/storage
harshal.patil b62b36ffbb
ci(otatool): fix test failure caused due to closing connection incorrectly
2024-04-17 10:17:07 +05:30
..
custom_flash_driver build system: Add idf_component_add_link_dependency function, use for spi_flash overriding 2022-12-19 15:25:30 +01:00
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 fatfsparse.py: Add support for WL 2022-07-26 14:50:07 +02:00
littlefs feat: LittleFS bump version to 1.14.2 2024-03-07 01:29:42 +01:00
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 bugfix(nvs_flash): fixed wrong error check after open_nvs_handle 2023-02-20 14:20:18 +08:00
partition_api partition: use esp_partition_munmap instead of spi_flash_munmap 2022-11-10 11:26:51 +08:00
parttool ci(otatool): fix test failure caused due to closing connection incorrectly 2024-04-17 10:17:07 +05:30
sd_card storage examples migrated to pytest 2022-07-22 10:23:53 +02:00
semihost_vfs docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
spiffs storage examples migrated to pytest 2022-07-22 10:23:53 +02:00
spiffsgen storage examples migrated to pytest 2022-07-22 10:23:53 +02:00
wear_levelling storage examples migrated to pytest 2022-07-22 10:23:53 +02:00
.build-test-rules.yml feat: use standalone project idf-build-apps for find/build apps utils 2022-07-14 08:26:31 +08:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

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.