zephyr/samples/drivers/i2s/echo/sample.yaml
Andrzej Głąbek 5dcc876e0b samples: drivers: Add I2S echo sample
Add a sample intended to show how to use I2S drivers in processing of
audio streams. The sample starts both the RX and TX streams and adds
a simple echo effect to the received audio signal.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2021-07-28 18:41:26 -04:00

16 lines
399 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
harness: console
harness_config:
type: one_line
regex:
- "I2S echo sample"