zephyr/samples/drivers/i2s/echo/sample.yaml
Tom Burdick 6fed49b765 samples: Replace i2s tag with lower case
Replaces the capitalized I2S tag with i2s as tags in Zephyr are
by convention lower case.

Unexpectedly built the i2s echo sample when given the lower case tag in the
ignore.

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

17 lines
436 B
YAML

sample:
name: I2S echo sample
tests:
sample.drivers.i2s.echo:
tags: i2s
filter: dt_nodelabel_enabled("i2s_rxtx") or
(dt_nodelabel_enabled("i2s_rx") and dt_nodelabel_enabled("i2s_tx"))
integration_platforms:
- nrf52840dk_nrf52840
- nrf5340dk_nrf5340_cpuapp
platform_exclude: litex_vexriscv
harness: console
harness_config:
type: one_line
regex:
- "I2S echo sample"