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 2e4a73a commit 2058fceCopy full SHA for 2058fce
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,6 +23,7 @@ extern "C" {
23
24
#define CPU_DEFAULT_IRQ_PRIO 1u
25
#define CPU_IRQ_NUMOF 52u
26
+#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
0 commit comments