OVMS3-idf/examples/storage
Ivan Grokhotkov e94288da31 global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs
Using the method from @cemeyer
(https://github.com/espressif/esp-idf/pull/3166):

find . -name \*.sh -exec sed -i "" -e 's|^#!.*bin/bash|#!/usr/bin/env bash|' {} +

Closes https://github.com/espressif/esp-idf/pull/3166.
2020-04-03 01:10:02 +02:00
..
ext_flash_fatfs global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
nvs_rw_blob tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
nvs_rw_value tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
nvs_rw_value_cxx NVS: expose C++ API 2020-01-09 18:29:23 +08:00
partition_api Merge branch 'bugfix/partition_tables_update_note' into 'master' 2019-07-29 19:00:44 +08:00
parttool global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
sd_card examples: re-enable storage/sd_card example for ESP32-S2 2020-03-05 13:22:18 +01:00
semihost_vfs docs: Updates OpenOCD configuration file names 2019-11-18 13:33:32 +03:00
spiffs spiffs: clarify the usage of partition_label, fix the example 2019-12-23 18:20:14 +01:00
spiffsgen test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
wear_levelling Merge branch 'bugfix/partition_tables_update_note' into 'master' 2019-07-29 19:00:44 +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.