Skip to content

Commit 1ac5c7c

Browse files
committed
cpu/rp2350: increase stack size
1 parent aed4de4 commit 1ac5c7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpu/rp2350_common/Makefile.include

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ RAM_LEN := 0x82000 # 520kB = 532479 used in the RPi Pico 2350
44
ROM_START_ADDR := 0x10000000 # XIP Non-Secure address for rp2350
55
RAM_START_ADDR := 0x20000000 # Non-Secure RAM address for rp2350
66

7+
CFLAGS += -DISR_STACKSIZE=8192
8+
79
INCLUDES += -I$(RIOTCPU)/rp2350_common/include
810
INCLUDES += -isystem$(RIOTBASE)/build/pkg/picosdk/src/rp2_common/cmsis/stub/CMSIS/Core/Include
911
INCLUDES += -isystem$(RIOTBASE)/build/pkg/picosdk/src/rp2_common/cmsis/stub/CMSIS/Device/RP2350/Include

0 commit comments

Comments
 (0)