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>
41 lines
1016 B
YAML
41 lines
1016 B
YAML
tests:
|
|
drivers.counter.basic_api:
|
|
tags:
|
|
- drivers
|
|
- counter
|
|
depends_on: counter
|
|
min_ram: 16
|
|
platform_exclude: nucleo_f302r8
|
|
timeout: 600
|
|
drivers.counter.basic_api.nrf_zli:
|
|
tags:
|
|
- drivers
|
|
- counter
|
|
depends_on: counter
|
|
platform_allow:
|
|
- nrf52840dk/nrf52840
|
|
- nrf52_bsim
|
|
timeout: 400
|
|
extra_configs:
|
|
- CONFIG_ZERO_LATENCY_IRQS=y
|
|
extra_args:
|
|
DTC_OVERLAY_FILE="boards/nrf52840dk_nrf52840.overlay;boards/nrf52840dk_nrf52840_zli.overlay"
|
|
drivers.counter.basic_api.stm32_subsec:
|
|
tags:
|
|
- drivers
|
|
- counter
|
|
depends_on: counter
|
|
platform_allow: nucleo_f429zi nucleo_wba52cg
|
|
timeout: 600
|
|
extra_configs:
|
|
- CONFIG_COUNTER_RTC_STM32_SUBSECONDS=y
|
|
drivers.counter.basic_api.rtc_1khz:
|
|
tags:
|
|
- drivers
|
|
- counter
|
|
depends_on: counter
|
|
platform_allow: mimxrt685_evk/mimxrt685s/cm33
|
|
timeout: 400
|
|
extra_args:
|
|
DTC_OVERLAY_FILE="boards/mimxrt685_evk_rtc_1khz.overlay"
|