From 080a6648e972443482ebd1092e35778fcf25474f Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Wed, 22 Jan 2025 20:41:52 +0100 Subject: [PATCH] targets: match Pico2 stack size to Pico Took me a while to debug weird crashes after switching from Pico to Pico2. --- targets/pico2.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/targets/pico2.json b/targets/pico2.json index 3c91fa47b..dfdac71ee 100644 --- a/targets/pico2.json +++ b/targets/pico2.json @@ -3,5 +3,6 @@ "rp2350" ], "build-tags": ["pico2"], - "serial-port": ["2e8a:000A"] + "serial-port": ["2e8a:000A"], + "default-stack-size": 8192 }