zephyr/subsys/sd
Daniel DeGrasse 7840b07121 sd: increase SDMMC busy wait timeout
SDMMC busy wait timeout was incorrectly waiting for
CONFIG_SD_DATA_TIMEOUT microseconds, but should be waiting for
CONFIG_SD_DATA_TIMEOUT milliseconds. Multiply wait value by 1000.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2022-05-09 08:46:29 -05:00
..
CMakeLists.txt sd: Add sdmmc protocol stack 2022-04-29 14:21:36 -05:00
Kconfig sd: Add sdmmc protocol stack 2022-04-29 14:21:36 -05:00
sd.c sd: Add sdmmc protocol stack 2022-04-29 14:21:36 -05:00
sd_utils.h
sdmmc.c sd: increase SDMMC busy wait timeout 2022-05-09 08:46:29 -05:00
sdmmc_priv.h