esp-idf/components/sdmmc
Ivan Grokhotkov bb11f49c74
sdmmc: check for errors reported by card in sdmmc_write_sectors_dma
During write operation (CMD24 or CMD25), the card can report some of
the errors in the 1-byte response tokens. Other types of errors are
not reported, the host has to get them by issuing CMD13.
This commit adds CMD13 request at the end of write operations and
reports error to the user if the card status isn't zero.
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: Bugfix sdmmc_erase_sectors cmd38 argument validation 2022-04-11 15:36:45 +00:00
CMakeLists.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sdmmc_cmd.c sdmmc: check for errors reported by card in sdmmc_write_sectors_dma 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