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>
13 lines
251 B
YAML
13 lines
251 B
YAML
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
|