zephyr/tests/kernel/interrupt/src
Alberto Escolar Piedras 5dfc93b73c tests interrupt_offload: Set a proper interrupt for POSIX arch targets
The test assumed that interrupt line 5 was up for grabs, but it
is not in general. (For ex., on an nrf53_bsim this is the clock
interrupt, which cannot be hijacked).

Instead, for boards that define it, let's use the int line
used for offloading SW interrupts (which is defined for all posix
arch boards in tree)
And if this is not defined, let's skip the test.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-09-18 10:42:25 +01:00
..
dynamic_isr.c tests: interrupt: Fix armclang compiler warning 2023-04-11 09:35:42 +02:00
dynamic_shared_irq.c tests: kernel: interrupt: Add testcase for shared interrupts 2023-09-14 08:35:12 +02:00
interrupt_offload.c tests interrupt_offload: Set a proper interrupt for POSIX arch targets 2023-09-18 10:42:25 +01:00
nested_irq.c
prevent_irq.c
regular_isr.c
static_shared_irq.c tests: kernel: interrupt: Add testcase for shared interrupts 2023-09-14 08:35:12 +02:00
test_shared_irq.h tests: kernel: interrupt: Add testcase for shared interrupts 2023-09-14 08:35:12 +02:00