OVMS3-idf/examples/storage
Ivan Grokhotkov 8d35744a33 examples: ext_flash_fatfs: use DIO mode by default
DIO works with the same connections as Fast Read, so use it by
default. Also correct the note in README.md which says that DIO
requires additional pins.
2019-07-28 10:14:04 +02:00
..
ext_flash_fatfs examples: ext_flash_fatfs: use DIO mode by default 2019-07-28 10:14:04 +02:00
nvs_rw_blob build system: Use CMake-based build system as default when describing commands 2019-07-08 17:31:27 +10:00
nvs_rw_value build system: Use CMake-based build system as default when describing commands 2019-07-08 17:31:27 +10:00
partition_api examples: use new component registration api 2019-06-21 19:53:29 +08:00
parttool examples: use new component registration api 2019-06-21 19:53:29 +08:00
sd_card build system: Use CMake-based build system as default when describing commands 2019-07-08 17:31:27 +10:00
semihost_vfs build system: Use CMake-based build system as default when describing commands 2019-07-08 17:31:27 +10:00
spiffs build system: Use CMake-based build system as default when describing commands 2019-07-08 17:31:27 +10:00
spiffsgen build system: Use CMake-based build system as default when describing commands 2019-07-08 17:31:27 +10:00
wear_levelling examples: add FATFS in external Flash example 2019-07-26 08:19:42 +02: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.