esp-idf/examples/storage
Marius Vikhammer 04df1f3a42 CI: enable example builds for C3
Enables building C3 examples in CI.

Fixes related warnings/errors and disables examples that cannot run.
2021-02-09 12:04:02 +08:00
..
ext_flash_fatfs
nvs_rw_blob style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
nvs_rw_value style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
nvs_rw_value_cxx style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
partition_api Apply 1 suggestion(s) to 1 file(s) 2021-02-01 08:35:25 +00:00
parttool style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
sd_card CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
semihost_vfs style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
spiffs style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
spiffsgen style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
wear_levelling style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08: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.