2c2b8c3422
Currently, the sdhc_card_busy function is unimplemented in the SDHC SPI-driver. This causes some functions which rely on f_sync(), such as fs_close(), to fail as it will timeout the busy-check. This PR implements sdhc_card_busy by checking if the MISO-line is kept high to check if the SD-card is idle (not busy). Solves https://github.com/zephyrproject-rtos/zephyr/issues/49982 Signed-off-by: Ivan Herrera Olivares <ivan.herreraolivares@uantwerpen.be> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.imx | ||
Kconfig.mcux_sdif | ||
Kconfig.spi | ||
imx_usdhc.c | ||
mcux_sdif.c | ||
sdhc_spi.c |