Skip to content

Commit 6364baf

Browse files
hakehuangcfriedt
authored andcommitted
tests: mimxrt1060_evk: adjust i2s testing for NXP mimxrt1060 board
1. enable the codec + i2s sample 2. skip i2s loopback as this conflicts with lcd Signed-off-by: Hake Huang <[email protected]>
1 parent 381ec33 commit 6364baf

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

boards/nxp/mimxrt1060_evk/mimxrt1060_evk_mimxrt1062_qspi_C.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ supported:
2525
- dma
2626
- gpio
2727
- i2c
28+
- i2s
2829
- netif:eth
2930
- sdhc
3031
- spi

samples/drivers/i2s/i2s_codec/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ tests:
77
- mimxrt595_evk/mimxrt595s/cm33
88
- mimxrt1170_evk@B/mimxrt1176/cm7
99
- mimxrt700_evk/mimxrt798s/cm33_cpu0
10+
- mimxrt1060_evk/mimxrt1062/qspi
1011
harness: console
1112
harness_config:
1213
type: one_line

tests/drivers/i2s/i2s_api/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tests:
1111
- mimxrt595_evk/mimxrt595s/cm33
1212
- mimxrt685_evk/mimxrt685s/cm33
1313
- nrf54h20dk/nrf54h20/cpuapp
14+
- mimxrt1060_evk/mimxrt1062/qspi
1415
drivers.i2s.gpio_loopback:
1516
depends_on:
1617
- i2s

tests/drivers/i2s/i2s_speed/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ tests:
77
filter: not CONFIG_I2S_TEST_USE_GPIO_LOOPBACK
88
platform_exclude:
99
- nrf54h20dk/nrf54h20/cpuapp
10+
- mimxrt1060_evk/mimxrt1062/qspi
1011
drivers.i2s.speed.gpio_loopback:
1112
depends_on:
1213
- i2s

0 commit comments

Comments
 (0)