nuttx/drivers/mmcsd
Xiang Xiao 73f0c7c51d drivers/mmcsd: Rename mmcsd_read_csd to mmcsd_read_extcsd
since it really read extcsd register not csd register
and remove the temp buffer inside it.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2024-09-30 21:17:27 +08:00
..
CMakeLists.txt
Kconfig drivers/mmcsd/Kconfig|mmcsd_sdio.c: check ready without sleep 2024-08-19 19:52:39 +08:00
Make.defs
mmcsd.h mmcsd: make a compatibility change for cmd12 and cmd23 2024-09-19 03:17:48 +08:00
mmcsd_csd.h
mmcsd_debug.c
mmcsd_procfs.c
mmcsd_sdio.c drivers/mmcsd: Rename mmcsd_read_csd to mmcsd_read_extcsd 2024-09-30 21:17:27 +08:00
mmcsd_sdio.h mmcsd: add write ext csd reg support 2024-08-26 17:45:43 -04:00
mmcsd_spi.c nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
mmcsd_spi.h
sdio.c