OVMS3-idf/examples/storage
Ivan Grokhotkov 002f38fa8f Merge branch 'feature/sdspi_driver' into 'master'
SD SPI mode driver

This MR adds functionality to support SD cards connected via SPI interface.
Additionally, two bugs are fixed:
- Definition of `SPI_TRANS_MODE_DIOQIO_ADDR` in spi_master driver
- SD card probing frequency was 4000kHz instead of 400kHz as required by the standard

See merge request !727
2017-07-26 13:51:37 +08:00
..
nvs_rw_blob bt: call nvs_flash_init in examples, show error if NVS is not initialized 2017-07-17 21:29:50 +08:00
nvs_rw_value bt: call nvs_flash_init in examples, show error if NVS is not initialized 2017-07-17 21:29:50 +08:00
sd_card driver: SD protocol driver for SPI peripheral 2017-07-20 13:43:07 +08: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.