This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-21 21:34:07 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
646cf35e54e2eef6f0d40ee46d3db35948062781
nuttx
/
drivers
/
mmcsd
T
History
Gregory Nutt
4e5cf1229c
drivers/mmcsd/Kconfig: three configuration settings were within ifdef/endif and led to warning: xxx selects xxxx which has unmet direct dependencies. Fix by moving settings to drivers/Kconfig and outside of the ifdef-endif. Also renamed CONFIG_SDIO_PREFLIGHT to CONFIG_ARCH_HAVE_SDIO_PREFLIGHT to follow naming of similar hidden architecture capability configurations.
2018-08-05 17:58:17 -06:00
..
Kconfig
drivers/mmcsd/Kconfig: three configuration settings were within ifdef/endif and led to warning: xxx selects xxxx which has unmet direct dependencies. Fix by moving settings to drivers/Kconfig and outside of the ifdef-endif. Also renamed CONFIG_SDIO_PREFLIGHT to CONFIG_ARCH_HAVE_SDIO_PREFLIGHT to follow naming of similar hidden architecture capability configurations.
2018-08-05 17:58:17 -06:00
Make.defs
…
mmcsd_csd.h
…
mmcsd_debug.c
Fix a few compilation errors.
2018-04-20 15:55:16 -06:00
mmcsd_sdio.c
drivers/mmcsd/Kconfig: three configuration settings were within ifdef/endif and led to warning: xxx selects xxxx which has unmet direct dependencies. Fix by moving settings to drivers/Kconfig and outside of the ifdef-endif. Also renamed CONFIG_SDIO_PREFLIGHT to CONFIG_ARCH_HAVE_SDIO_PREFLIGHT to follow naming of similar hidden architecture capability configurations.
2018-08-05 17:58:17 -06:00
mmcsd_sdio.h
drivrs/mmcsd: Partial reversion of commit
17b6c7ba39
. Backed out all block callback logic controlled CONFIG_SDIO_BLK_CALLBACK. Usage of this feature by applications is a blatant violation of the POSIX interface standard.
2018-07-20 10:08:01 -06:00
mmcsd_spi.c
Fix lots of typos in C comments and Kconfig help text
2018-07-08 18:24:45 -06:00
mmcsd_spi.h
…
mmcsd.h
Replace all occurrences of vdbg with vinfo
2016-06-11 11:59:51 -06:00