- mimxrt1170_evkb needs CONFIG_DMA_TCD_QUEUE_SIZE=4 which is required by the I2S SAI driver - add test harness for i2s_output Signed-off-by: Tomas Barak <tomas.barak@nxp.com>
18 lines
352 B
YAML
18 lines
352 B
YAML
sample:
|
|
description: I2S Output Sample
|
|
name: i2s_output
|
|
common:
|
|
tags:
|
|
- drivers
|
|
- i2s
|
|
tests:
|
|
sample.drivers.i2s.output:
|
|
filter: dt_alias_exists("i2s-tx")
|
|
integration_platforms:
|
|
- mimxrt1060_evk@B/mimxrt1062/qspi
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "All I2S blocks written"
|