zephyr/tests/kernel/interrupt
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
..
src tests interrupt_offload: Set a proper interrupt for POSIX arch targets 2023-09-18 10:42:25 +01:00
CMakeLists.txt tests: kernel: interrupt: Add testcase for shared interrupts 2023-09-14 08:35:12 +02:00
prj.conf tests: move to using CONFIG_MP_MAX_NUM_CPUS 2022-10-20 22:04:10 +09:00
testcase.yaml tests: kernel: interrupt: Add testcase for shared interrupts 2023-09-14 08:35:12 +02:00