Skip to content

Commit 8b4a29f

Browse files
ayla-nordicsemikartben
authored andcommitted
tests: kernel: interrupt: Add ISR offset definitions for nrf9280
- Correct test by adding ISR offset definitions for nrf9280 ppr. Signed-off-by: Aymen LAOUINI <aymen.laouini@nordicsemi.no>
1 parent 07d9f15 commit 8b4a29f

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
@@ -70,6 +70,12 @@
7070
#define IRQ0_LINE 14
7171
#define IRQ1_LINE 15
7272

73+
#define IRQ0_PRIO 1
74+
#define IRQ1_PRIO 2
75+
#elif defined(CONFIG_SOC_NRF9280_CPUPPR)
76+
#define IRQ0_LINE 14
77+
#define IRQ1_LINE 15
78+
7379
#define IRQ0_PRIO 1
7480
#define IRQ1_PRIO 2
7581
#else

0 commit comments

Comments
 (0)