esp-idf/components/sdmmc/test
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
..
CMakeLists.txt ci: add log output for the sdmmc performance test 2021-06-19 14:12:22 +08:00
test_sd.c sdmmc: check card status in SPI mode after sdmmc_erase_sectors 2022-05-30 15:39:01 +02:00
test_sdio.c soc: don't expose unstable soc header files in public api 2022-01-06 23:10:22 +08:00