Skip to content

Commit ccc6656

Browse files
ayla-nordicsemirlubos
authored andcommitted
[nrf fromtree] tests: kernel: interrupt: Add ISR offset definitions for nrf9280
- Correct test by adding ISR offset definitions for nrf9280 ppr. Signed-off-by: Aymen LAOUINI <[email protected]> (cherry picked from commit 8b4a29f)
1 parent d9da895 commit ccc6656

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/kernel/interrupt/src/nested_irq.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@
6666
#define IRQ0_LINE 14
6767
#define IRQ1_LINE 15
6868

69+
#define IRQ0_PRIO 1
70+
#define IRQ1_PRIO 2
71+
#elif defined(CONFIG_SOC_NRF9280_CPUPPR)
72+
#define IRQ0_LINE 14
73+
#define IRQ1_LINE 15
74+
6975
#define IRQ0_PRIO 1
7076
#define IRQ1_PRIO 2
7177
#else

0 commit comments

Comments
 (0)