tests: kernel: interrupt: nested_irq: support nrf54h20_cpuppr
Add dedicated interrupt lines for nrf54h20_cpuppr. Similar exception
was already added to nrf54l15_flpr: 8742e2476
.
Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
7773fe8dd6
commit
ffe6910e21
1 changed files with 6 additions and 0 deletions
|
@ -60,6 +60,12 @@
|
|||
#define IRQ0_LINE 16
|
||||
#define IRQ1_LINE 17
|
||||
|
||||
#define IRQ0_PRIO 1
|
||||
#define IRQ1_PRIO 2
|
||||
#elif defined(CONFIG_SOC_NRF54H20_CPUPPR)
|
||||
#define IRQ0_LINE 14
|
||||
#define IRQ1_LINE 15
|
||||
|
||||
#define IRQ0_PRIO 1
|
||||
#define IRQ1_PRIO 2
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue