nuttx/drivers/mmcsd
Michal Lenc 0797b03c08 mmcsd: add nxsig_usleep delay after MMC_CMD1 command
MMC_CMD1 command is used to check whether card is MMC type (checked if
CONFIG_MMCSD_MMCSUPPORT is enabled). This commit inserts nxsig_usleep
wait if this check fails. This is to ensure the communication recovers
from invalid response as this may take some time on some platforms (
samv7 for example). Following command for SDHC check may fail if sleep
is not used.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2023-03-13 22:22:54 +02:00
..
Kconfig drivers/mmcsd: Fix kconfig error regarding MMCSD_IOCSUPPORT 2023-01-31 13:56:17 +01:00
Make.defs tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00
mmcsd_csd.h sdio: Update the defintion to the latest spec 2021-10-17 06:29:13 -03:00
mmcsd_debug.c drivers/mmcsd: Fix the wrong format argument in mmcsd_dmpcsd 2021-09-05 17:26:31 -03:00
mmcsd_sdio.c mmcsd: add nxsig_usleep delay after MMC_CMD1 command 2023-03-13 22:22:54 +02:00
mmcsd_sdio.h sdio: Update the defintion to the latest spec 2021-10-17 06:29:13 -03:00
mmcsd_spi.c mmcsd/mmcsd_spi: remove redundant mmcsd_unlock() 2023-02-03 16:34:04 +02:00
mmcsd_spi.h drivers: nxstyle fixes 2021-03-04 18:32:27 -08:00
mmcsd.h drivers: nxstyle fixes 2021-03-04 18:32:27 -08:00
sdio.c mmcsd/sdio: correct return value of sdio_probe() 2022-06-16 22:48:21 +08:00