esp-idf/components/sdmmc
Adam Múdry 381d0fe032 sdmmc: add vTaskDelay to loops to prevent potential WDT trigger
Also change timeout to 120 seconds in fatfs sdcard pytest to prevent failing during formatting.
2023-04-11 11:06:56 +00: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 [SDMMC] add reasonable timeouts to all while loops 2023-04-11 11:06:56 +00:00
sdmmc_cmd.c sdmmc: add vTaskDelay to loops to prevent potential WDT trigger 2023-04-11 11:06:56 +00: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] add reasonable timeouts to all while loops 2023-04-11 11:06:56 +00: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] add reasonable timeouts to all while loops 2023-04-11 11:06:56 +00:00
sdmmc_mmc.c sdmmc: better calculation of erase timeout 2022-05-30 15:39:02 +02:00
sdmmc_sd.c sdmmc: add vTaskDelay to loops to prevent potential WDT trigger 2023-04-11 11:06:56 +00:00