esp-idf/examples/storage
Martin Vychodil a866779070 Examples/Storage: sufficient timeout for SD formatting
Too short timeouts often cause useless failures on large-capacity SDs (16GB+)
Fixed by adding 60 sec timeout on new "Filesystem mounted" checkpoint

JIRA IDF-3741
2021-08-23 06:13:41 +02:00
..
custom_flash_driver spi_flash: add support for 32Mbit address GD flash, for GD25Q256 2021-07-02 17:13:51 +08:00
ext_flash_fatfs spi_flash: reverted unwilling cs_setup argument 2021-06-04 15:29:53 +08:00
nvs_rw_blob
nvs_rw_value
nvs_rw_value_cxx
partition_api
parttool
sd_card Examples/Storage: sufficient timeout for SD formatting 2021-08-23 06:13:41 +02:00
semihost_vfs
spiffs
spiffsgen
wear_levelling
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.