mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 09:51:57 +00:00
Previously, ARC .config's would get built for this test, giving Kconfig warnings along the lines of warning: NUM_IRQS ... was assigned the value "3" but got the value "38". Check its dependencies... Add an 'arch_whitelist: arm' so that .configs only get built for ARM. These warnings will soon be turned into errors. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
6 lines
130 B
YAML
6 lines
130 B
YAML
tests:
|
|
arch.interrupt:
|
|
filter: CONFIG_ARMV7_M_ARMV8_M_MAINLINE
|
|
tags: arm interrupt vector_table
|
|
arch_whitelist: arm
|