esp-idf/components
Ivan Grokhotkov 6baf8195ee sdmmc: add support for high speed (HS) mode
By default SD cards are initialized in default speed (DS) mode. Enabling
HS mode requires SWITCH_FUNC command to be sent twice: first time to
query if the card supports switching to HS mode, second time to perform
the switch.

This change implements SWITCH_FUNC command and adds the procedure to
switch to HS mode.
2017-08-16 18:59:04 +08:00
..
2017-07-24 20:07:21 +03:00
2017-08-04 14:56:58 +08:00
2017-06-27 10:35:33 +08:00
2017-07-24 19:57:44 +03:00
2017-07-27 12:44:39 +08:00