zephyr/samples/drivers/audio/dmic/sample.yaml
Tom Burdick c0435dbbb4 samples: Replace dmic tag with lower case
Replaces the capitalized DMIC tag with dmic as tags in Zephyr are by
convention lower case.

Was unexpectedly building this sample for intel boards while ignoring
dmic (lower case tag).

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2023-01-10 18:29:35 -05:00

17 lines
353 B
YAML

sample:
name: DMIC sample
tests:
sample.drivers.audio.dmic:
tags: dmic
filter: dt_nodelabel_enabled("dmic_dev")
integration_platforms:
- nrf52840dk_nrf52840
- nrf5340dk_nrf5340_cpuapp
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- "DMIC sample"
- "Exiting"