We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2926faa commit aa1bee3Copy full SHA for aa1bee3
tests/kernel/interrupt/src/nested_irq.c
@@ -56,7 +56,8 @@
56
*/
57
#define IRQ0_PRIO IRQ_DEFAULT_PRIORITY
58
#define IRQ1_PRIO 0x0
59
-#elif defined(CONFIG_SOC_SERIES_NRF54LX) && defined(CONFIG_RISCV_CORE_NORDIC_VPR)
+#elif (defined(CONFIG_SOC_SERIES_NRF54LX) || defined(CONFIG_SOC_NRF54H20_CPUFLPR)) && \
60
+ defined(CONFIG_RISCV_CORE_NORDIC_VPR)
61
#define IRQ0_LINE 16
62
#define IRQ1_LINE 17
63
0 commit comments