This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-14 16:19:21 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
e22848c19c366a332e207c73addc526f6652236c
nuttx
/
drivers
/
mmcsd
T
History
Gregory Nutt
83d6e6403c
drivers/mmcsd/Kconfig: ARCH_HAVE_SDIOWAIT_WRCOMPLETE should not depend on MMCSD_SDIO
2015-01-09 07:21:43 -06:00
..
Kconfig
drivers/mmcsd/Kconfig: ARCH_HAVE_SDIOWAIT_WRCOMPLETE should not depend on MMCSD_SDIO
2015-01-09 07:21:43 -06:00
Make.defs
…
mmcsd_csd.h
…
mmcsd_debug.c
…
mmcsd_internal.h
…
mmcsd_sdio.c
MMCSD SDIO: Add support for a new SDWAIT_WRCOMPLETE condition. The previous logic used a busy-wait loop to pool the card R1 start to determine when the card was ready for the next transfer. That busy-wait can be quite long -- hundreds of milliseconds. And alternative is to look the the SD D0 pin which will change state when the card is no longer busy.
2015-01-08 06:23:42 -06:00
mmcsd_sdio.h
…
mmcsd_spi.c
…
mmcsd_spi.h
…