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 34d190b commit dc70a8eCopy full SHA for dc70a8e
tests/kernel/interrupt/src/nested_irq.c
@@ -60,7 +60,8 @@
60
*/
61
#define IRQ0_PRIO IRQ_DEFAULT_PRIORITY
62
#define IRQ1_PRIO 0x0
63
-#elif defined(CONFIG_SOC_SERIES_NRF54LX) && defined(CONFIG_RISCV_CORE_NORDIC_VPR)
+#elif (defined(CONFIG_SOC_SERIES_NRF54LX) || defined(CONFIG_SOC_NRF54H20_CPUFLPR)) && \
64
+ defined(CONFIG_RISCV_CORE_NORDIC_VPR)
65
#define IRQ0_LINE 16
66
#define IRQ1_LINE 17
67
0 commit comments