esp-idf/examples/storage
Djordje Nedic facab8c5a7 tools: Increase the minimal supported CMake version to 3.16
This updates the minimal supported version of CMake to 3.16, which in turn enables us to use more CMake features and have a cleaner build system.
This is the version that provides most new features and also the one we use in our latest docker image for CI.
2022-06-01 06:35:02 +00:00
..
custom_flash_driver tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
ext_flash_fatfs tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
fatfsgen tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
nvs_rw_blob tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
nvs_rw_value tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
nvs_rw_value_cxx tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
partition_api tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
parttool tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
sd_card tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
semihost_vfs tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
spiffs tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
spiffsgen tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
wear_levelling tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
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.