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 9524ad9 commit 34e0485Copy full SHA for 34e0485
tests/kernel/gen_isr_table/src/main.c
@@ -31,6 +31,11 @@ extern uintptr_t _irq_vector_table[];
31
#define ISR3_OFFSET 15
32
#define ISR5_OFFSET 16
33
#define TRIG_CHECK_SIZE 17
34
+#elif defined(CONFIG_SOC_NRF9280_CPUPPR) || defined(CONFIG_SOC_NRF9280_CPUFLPR)
35
+#define ISR1_OFFSET 14
36
+#define ISR3_OFFSET 15
37
+#define ISR5_OFFSET 16
38
+#define TRIG_CHECK_SIZE 17
39
#else
40
#error "Target not supported"
41
#endif
0 commit comments