i.MX95 M7 is using multi-level interrupts with custom interrupt handling. So, arm_custom_interrupt and arm_irq_vector_table tests should exclude it. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
14 lines
332 B
YAML
14 lines
332 B
YAML
common:
|
|
filter: CONFIG_ARMV6_M_ARMV8_M_BASELINE or CONFIG_ARMV7_M_ARMV8_M_MAINLINE
|
|
tags:
|
|
- arm
|
|
- interrupt
|
|
ignore_faults: true
|
|
arch_allow: arm
|
|
tests:
|
|
arch.arm.custom_interrupt:
|
|
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
|
|
platform_exclude:
|
|
- imx95_evk/mimx9596/m7
|
|
- imx95_evk/mimx9596/m7/ddr
|