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>
17 lines
353 B
YAML
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"
|