esp-idf/components/driver
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
..
include/driver sdmmc: add SDIO support 2018-04-11 11:07:13 +08:00
test
Kconfig
adc1_i2s_private.h
component.mk
gpio.c
i2c.c
i2s.c
ledc.c
mcpwm.c
pcnt.c
periph_ctrl.c
rmt.c rmt: Fix LoadProhibited on RX END 2018-04-09 12:29:05 +10:00
rtc_module.c
sdmmc_host.c sdmmc: add SDIO support 2018-04-11 11:07:13 +08:00
sdmmc_private.h
sdmmc_transaction.c sdmmc: fill as many DMA descriptors as possible 2018-04-11 11:06:50 +08:00
sdspi_crc.c
sdspi_crc.h
sdspi_host.c sdmmc: improve error handling during SPI mode init 2018-04-11 11:11:17 +08:00
sdspi_private.h sdmmc: improve error handling during SPI mode init 2018-04-11 11:11:17 +08:00
sdspi_transaction.c sdmmc: improve error handling during SPI mode init 2018-04-11 11:11:17 +08:00
sigmadelta.c
spi_common.c
spi_master.c
spi_slave.c
timer.c
uart.c