From d169f001b6b284caaeee3efac9b8591ddcab6a79 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Wed, 19 Feb 2025 10:58:43 +0100 Subject: [PATCH] Upgrade to Pico SDK 2.1.1 Signed-off-by: Pol Henarejos --- workflows/autobuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/autobuild.sh b/workflows/autobuild.sh index d38a31d..c95c636 100755 --- a/workflows/autobuild.sh +++ b/workflows/autobuild.sh @@ -7,7 +7,7 @@ if [[ $1 == "pico" ]]; then sudo apt install -y cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib git clone https://github.com/raspberrypi/pico-sdk cd pico-sdk -git checkout tags/2.1.0 +git checkout tags/2.1.1 git submodule update --init cd .. git clone https://github.com/raspberrypi/picotool