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 aed4de4 commit 1ac5c7cCopy full SHA for 1ac5c7c
cpu/rp2350_common/Makefile.include
@@ -4,6 +4,8 @@ RAM_LEN := 0x82000 # 520kB = 532479 used in the RPi Pico 2350
4
ROM_START_ADDR := 0x10000000 # XIP Non-Secure address for rp2350
5
RAM_START_ADDR := 0x20000000 # Non-Secure RAM address for rp2350
6
7
+CFLAGS += -DISR_STACKSIZE=8192
8
+
9
INCLUDES += -I$(RIOTCPU)/rp2350_common/include
10
INCLUDES += -isystem$(RIOTBASE)/build/pkg/picosdk/src/rp2_common/cmsis/stub/CMSIS/Core/Include
11
INCLUDES += -isystem$(RIOTBASE)/build/pkg/picosdk/src/rp2_common/cmsis/stub/CMSIS/Device/RP2350/Include
0 commit comments