zephyr/samples/drivers/i2s/output/sample.yaml
Daniel DeGrasse 8596ee9337 samples: drivers: i2s: add output sample
Add simple I2S output sample. This sample is verified with the RT1060
EVKB, but can be ported to any board with I2S support. It simply
demonstrates how to write I2S output data using the I2S API. The output
can be verified using a signal analyzer, if the user desires.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2024-01-29 10:59:24 +00:00

10 lines
176 B
YAML

sample:
description: I2S Output Sample
name: i2s_output
common:
tags: drivers
depends_on: i2s
tests:
sample.drivers.i2s.output:
filter: dt_alias_exists("i2s-tx")