tests: add test for SDIO subsystem
Add test to verify SDIO subsystem. Note that due to the nature of SDIO cards, this test only reads from common registers and does not verify extended reads or writes. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
726128f810
commit
6a31ed50b8
5 changed files with 158 additions and 0 deletions
13
tests/subsys/sd/sdio/testcase.yaml
Normal file
13
tests/subsys/sd/sdio/testcase.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
common:
|
||||
depends_on: sdhc
|
||||
tags: drivers sdhc
|
||||
tests:
|
||||
sd.sdio:
|
||||
harness: ztest
|
||||
harness_config:
|
||||
fixture: fixture_sdhc
|
||||
filter: dt_alias_exists("sdhc0")
|
||||
tags: sdhc
|
||||
min_ram: 32
|
||||
integration_platforms:
|
||||
- mimxrt1064_evk
|
Loading…
Add table
Add a link
Reference in a new issue