This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
drivers
/
mmcsd
History
Xiang Xiao
673cb18a7a
drivers/mmcsd: mmcsd_sdinitialize should save csd register into priv->csd
...
just like what mmcsd_mmcinitialize do Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-11-19 20:24:30 +01:00
..
CMakeLists.txt
mmcsd: support dump cid and csd with mmc-utils
2023-09-21 22:40:39 +08:00
Kconfig
mmcsd: support dump cid and csd with mmc-utils
2023-09-21 22:40:39 +08:00
Make.defs
mmcsd: support dump cid and csd with mmc-utils
2023-09-21 22:40:39 +08:00
mmcsd_csd.h
…
mmcsd_debug.c
Fix mmcsd/mmcsd_debug.c:110:9: error: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int'
2023-09-25 01:10:00 +03:00
mmcsd_procfs.c
mmcsd: support dump cid and csd with mmc-utils
2023-09-21 22:40:39 +08:00
mmcsd_sdio.c
drivers/mmcsd: mmcsd_sdinitialize should save csd register into priv->csd
2023-11-19 20:24:30 +01:00
mmcsd_sdio.h
mmcsd: update cid reg layout
2023-09-20 00:42:30 +08:00
mmcsd_spi.c
…
mmcsd_spi.h
…
mmcsd.h
mmcsd: support dump cid and csd with mmc-utils
2023-09-21 22:40:39 +08:00
sdio.c
…