This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
53103b9a65
zephyr
/
tests
/
subsys
/
sd
/
sdmmc
/
prj.conf
5 lines
63 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: subsys: sd: Add SDMMC subsystem test Add SDMMC subsystem test, to verify functionality of SDMMC portion of subsystem. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2022-02-17 06:24:51 +08:00
CONFIG_TEST=y
CONFIG_ZTEST=y
sd: add stub for SDIO support Add stub code for SDIO support, capable of verifying card responds to CMD5. This commit also changes the architecture of the SDIO probe step to make adding new protocol support more streamlined, and enable compiling out support for undesired protocols. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2022-05-25 00:35:06 +08:00
CONFIG_SDMMC_STACK=y
tests: subsys: sd: Add SDMMC subsystem test Add SDMMC subsystem test, to verify functionality of SDMMC portion of subsystem. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2022-02-17 06:24:51 +08:00
CONFIG_LOG=y