zephyr/tests/kernel/interrupt/src
Stephanos Ioannidis 5806787ae1 tests: kernel: Fix incorrect interrupt controller type inference.
The current implementation of kernel interrupt tests incorrectly
infers NVIC, which is specific to Cortex-M, from CONFIG_ARM.

This commit fixes such incorrect NVIC inferences by using
CONFIG_CPU_CORTEX_M instead of CONFIG_ARM.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2019-10-22 15:07:52 -07:00
..
interrupt.h tests: kernel: Fix incorrect interrupt controller type inference. 2019-10-22 15:07:52 -07:00
main.c tests: add the case for ARC in yaml 2019-10-21 09:06:17 -07:00
nested_irq.c tests: kernel: Fix incorrect interrupt controller type inference. 2019-10-22 15:07:52 -07:00