OVMS3-idf/examples/storage
Ivan Grokhotkov a5f96b22d1 examples/sdmmc: enable internal pull-ups in SD mode
Some development boards do not have sufficient external pull-ups on
SD card pins. Most notably, if high level on GPIO13 is not registered
by the card when GO_IDLE_STATE command is received, the card will enter
SPI mode and further communication will not be possible, until power to
the card is toggled.

This change enables internal pull-ups on SD card pins in an attempt to
make this initialization process more reliable.
2017-10-13 08:21:06 +08:00
..
nvs_rw_blob Fixed broken links in documentation 2017-09-07 18:48:15 +02:00
nvs_rw_value Fixed broken links in documentation 2017-09-07 18:48:15 +02:00
sd_card examples/sdmmc: enable internal pull-ups in SD mode 2017-10-13 08:21:06 +08:00
spiffs Add SPIFFS Component to IDF 2017-09-11 19:56:40 +03:00
wear_levelling add wear_levelling component and example 2017-04-17 11:01:17 +08:00
README.md Added README.md to example category folders 2017-01-18 21:03:15 +01: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.