esp-idf/components/sdmmc
Ivan Grokhotkov c4c7e7c82b
sdmmc: support sdmmc_send_cmd_send_status in SPI mode
SPI mode uses different response format (2-byte R2) compared to SD mode.
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: support sdmmc_send_cmd_send_status in SPI mode 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