Skip to content

Commit ffe6910

Browse files
nordic-krchfabiobaltieri
authored andcommitted
tests: kernel: interrupt: nested_irq: support nrf54h20_cpuppr
Add dedicated interrupt lines for nrf54h20_cpuppr. Similar exception was already added to nrf54l15_flpr: 8742e24. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent 7773fe8 commit ffe6910

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
@@ -60,6 +60,12 @@
6060
#define IRQ0_LINE 16
6161
#define IRQ1_LINE 17
6262

63+
#define IRQ0_PRIO 1
64+
#define IRQ1_PRIO 2
65+
#elif defined(CONFIG_SOC_NRF54H20_CPUPPR)
66+
#define IRQ0_LINE 14
67+
#define IRQ1_LINE 15
68+
6369
#define IRQ0_PRIO 1
6470
#define IRQ1_PRIO 2
6571
#else

0 commit comments

Comments
 (0)