SD host controller driver runs basic SD host controller tests, including checking SD presence, and sending commands to SD card. No data transfer is performed. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
13 lines
236 B
YAML
13 lines
236 B
YAML
common:
|
|
depends_on: sdhc
|
|
tags: drivers sdhc
|
|
tests:
|
|
drivers.sdhc.sdhc_api:
|
|
harness: ztest
|
|
harness_config:
|
|
fixture: fixture_sdhc
|
|
filter: CONFIG_SDHC
|
|
tags: sdhc
|
|
integration_platforms:
|
|
- mimxrt1064_evk
|