esp-idf/components
Ivan Grokhotkov c6829fa5b8 sdmmc: improve error handling during SPI mode init
- In SPI mode, the card will respond to the initial SDIO reset (done
using CMD52) with “invalid command” error. Handle this correctly.

- sdmmc_card_init had a hack where GO_IDLE_STATE (CMD0) command was
sent twice. Add explanation why this is done, and don’t expect
correct response from the card on first CMD0.

- improve logs printed at debug level by adding CMD index
2018-04-11 11:11:17 +08:00
..
2018-01-29 09:22:04 +08:00
2018-04-06 17:16:27 +05:30
2018-02-28 10:17:14 +11:00
2018-04-02 10:57:45 +08:00
2018-02-05 14:15:26 +08:00
2018-04-05 11:46:42 +08:00
2018-02-20 12:32:12 +05:30
2018-04-11 11:07:13 +08:00