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 9447293 commit 5286de1Copy full SHA for 5286de1
cpu/rp2350_riscv/Makefile.features
@@ -2,6 +2,7 @@ CPU_CORE := rv32imac
2
CPU_FAM := RP2350
3
CPU_MODEL = rp2350_hazard3
4
5
+FEATURES_PROVIDED += periph_pmp
6
FEATURES_PROVIDED += periph_xh3irq
7
8
include $(RIOTCPU)/rp2350_common/Makefile.features
cpu/rp2350_riscv/include/cpu_conf.h
@@ -23,7 +23,8 @@ extern "C" {
23
24
#define CPU_DEFAULT_IRQ_PRIO 1u
25
#define CPU_IRQ_NUMOF 52u
26
-/* This tells rp2350_common that we are using the RISC-V core */
+#define NUM_PMP_ENTRIES 16u
27
+/** This tells rp2350_common that we are using the RISC-V core */
28
#define RP2350_USE_RISCV 1
29
30
#ifdef __cplusplus
0 commit comments