esp-idf/examples/storage
Martin Vychodil 56cb3429ac Examples/Storage: provide sufficient timeout for SD card formatting
Large SD cards (16GB+) require significant amount of time for FS formatting.
Added FS mount checkpoint in example test python, timeout set to 60 sec

Closes IDFCI-706
2021-08-19 23:36:41 +02:00
..
ext_flash_fatfs Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
nvs_rw_blob ci: run Example_GENERIC for C3 2021-05-20 14:32:47 +10:00
nvs_rw_value ci: run Example_GENERIC for C3 2021-05-20 14:32:47 +10:00
nvs_rw_value_cxx ci: run Example_GENERIC for C3 2021-05-20 14:32:47 +10:00
partition_api ci: run Example_GENERIC for C3 2021-05-20 14:32:47 +10:00
parttool ci: run Example_GENERIC for C3 2021-05-20 14:32:47 +10:00
sd_card Examples/Storage: provide sufficient timeout for SD card formatting 2021-08-19 23:36:41 +02:00
semihost_vfs style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
spiffs ci: run Example_GENERIC for C3 2021-05-20 14:32:47 +10:00
spiffsgen ci: run Example_GENERIC for C3 2021-05-20 14:32:47 +10:00
wear_levelling ci: run Example_GENERIC for C3 2021-05-20 14:32:47 +10: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.