esp-idf/components/sdmmc
Ivan Grokhotkov 36e3043306
sdmmc: check card status in SPI mode after sdmmc_erase_sectors
Same as for write operation, some errors are reported only via CMD13.
Without the R1b response support in sdspi driver, this check would
fail. Now that R1b support is implemented, erase command response is
zero (success) on all cards under test.
Also remove the now-unnecessary card reset after erase in the test
case.
2022-05-30 15:39:01 +02:00
..
include sdmmc: Add erase command-38. Support erase/trim/discard/sanitize 2022-03-05 16:02:01 +05:30
test sdmmc: check card status in SPI mode after sdmmc_erase_sectors 2022-05-30 15:39:01 +02:00
CMakeLists.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sdmmc_cmd.c sdmmc: check card status in SPI mode after sdmmc_erase_sectors 2022-05-30 15:39:01 +02:00
sdmmc_common.c sdmmc: Add erase command-38. Support erase/trim/discard/sanitize 2022-03-05 16:02:01 +05:30
sdmmc_common.h Add high speed mode switch validation check for MMC. 2022-04-28 15:23:21 +02:00
sdmmc_init.c Add high speed mode switch validation check for MMC. 2022-04-28 15:23:21 +02:00
sdmmc_io.c sdmmc: fix possible null dereference in output parameter assignement, whilst it was null checked as an input parameter 2020-03-27 18:46:39 +01:00
sdmmc_mmc.c Add high speed mode switch validation check for MMC. 2022-04-28 15:23:21 +02:00
sdmmc_sd.c sdmmc: sdmmc_init_sd_ssr: use correct command name 2022-05-30 15:39:01 +02:00