imxrt6xx are dual core devices featuring an ARM Cortex-M33 core and an Cadence Xtensa HIFI4 Audio DSP. Currently only m33 core is supported. In order to support the Cadence DSP we need first to do some code-reorganization for m33. We start by moving all cm33 related code to its own directory and introduce the cpuclusters property in soc.yml file. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
25 lines
560 B
YAML
25 lines
560 B
YAML
tests:
|
|
drivers.i2s:
|
|
depends_on: i2s
|
|
tags:
|
|
- drivers
|
|
- userspace
|
|
filter: not CONFIG_I2S_TEST_USE_GPIO_LOOPBACK
|
|
platform_exclude:
|
|
- mimxrt595_evk/mimxrt595s/cm33
|
|
- mimxrt685_evk/mimxrt685s/cm33
|
|
drivers.i2s.gpio_loopback:
|
|
depends_on:
|
|
- i2s
|
|
- gpio
|
|
tags:
|
|
- drivers
|
|
- userspace
|
|
filter: CONFIG_I2S_TEST_USE_GPIO_LOOPBACK
|
|
harness: ztest
|
|
platform_exclude:
|
|
- mimxrt595_evk/mimxrt595s/cm33
|
|
- mimxrt685_evk/mimxrt685s/cm33
|
|
harness_config:
|
|
fixture: gpio_loopback
|