esp-idf/components/sdmmc
Ivan Grokhotkov 7524f40b21
sdmmc: keep clock enabled for the duration of ACMD41
SD specification requires that card clock is not disabled until the
card is idle, following ACMD41 command.
2023-03-27 14:09:02 +02:00
..
include sdmmc: read/write/erase return early on sector count == 0 2023-03-06 15:45:04 +01:00
test sdmmc: read/write/erase return early on sector count == 0 2023-03-06 15:45:04 +01:00
CMakeLists.txt build system: re-add -Wno-format as private flag for some components 2022-08-03 16:42:47 +04:00
sdmmc_cmd.c sdmmc: keep clock enabled for the duration of ACMD41 2023-03-27 14:09:02 +02:00
sdmmc_common.c sdmmc: also set card->real_freq_khz for probing frequency 2023-03-23 23:28:54 +01:00
sdmmc_common.h sdmmc: better calculation of erase timeout 2022-05-30 15:39:02 +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 build: Adds support for universal Clang toolchain 2022-11-23 13:25:16 +03:00
sdmmc_mmc.c sdmmc: better calculation of erase timeout 2022-05-30 15:39:02 +02:00
sdmmc_sd.c sdmmc/sdspi: allow custom setup of SD card frequency 2022-09-12 17:08:36 +02:00