zephyr/subsys/sd
Daniel DeGrasse 9a63abc5c6 sd: utilize sdmmc_wait_ready with SPI mode.
Update sdmmc framework to use sdmmc_wait_ready when accessing card in
SPI mode. this will allow cards that do not return to ready to be polled
for busy status until the SD data timeout expires

Fixes #52931

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2023-01-10 13:29:32 +01: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 includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
sd_utils.h includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
sdmmc.c sd: utilize sdmmc_wait_ready with SPI mode. 2023-01-10 13:29:32 +01:00
sdmmc_priv.h includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00