Skip to content

Commit bccc581

Browse files
[nrf fromlist] tests: kernel: interrupt: Add ISR offset definitions for nrf9280
- Correct test by adding ISR offset definitions for nrf9280 ppr. Upstream PR #: 90756 Signed-off-by: Aymen LAOUINI <[email protected]>
1 parent bfcc60f commit bccc581

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/kernel/interrupt/src/nested_irq.c

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

69+
#define IRQ0_PRIO 1
70+
#define IRQ1_PRIO 2
71+
72+
#elif defined(CONFIG_SOC_NRF9280_CPUPPR)
73+
#define IRQ0_LINE 14
74+
#define IRQ1_LINE 15
75+
6976
#define IRQ0_PRIO 1
7077
#define IRQ1_PRIO 2
7178
#else

0 commit comments

Comments
 (0)