zephyr/tests/subsys/sd/sdio/testcase.yaml
Daniel DeGrasse 6a31ed50b8 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>
2023-11-06 19:01:08 -05:00

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