Skip to content

Commit 0b7527c

Browse files
TomasBarakNXPkartben
authored andcommitted
samples: drivers: i2s: Support mimxrt1170_evkb platform in i2s output
- 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>
1 parent 79f3138 commit 0b7527c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Raise DMA TCD Queue size, as this is required by the I2S SAI driver
2+
CONFIG_DMA_TCD_QUEUE_SIZE=4

samples/drivers/i2s/output/sample.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ tests:
1010
filter: dt_alias_exists("i2s-tx")
1111
integration_platforms:
1212
- mimxrt1060_evk@B/mimxrt1062/qspi
13+
harness: console
14+
harness_config:
15+
type: one_line
16+
regex:
17+
- "All I2S blocks written"

0 commit comments

Comments
 (0)