From 78bc34827e551f0f794743f7347de6f420ff0206 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 25 Nov 2024 13:13:31 +0100 Subject: [PATCH] Autobuild for Pico SDK 2.0.0 Signed-off-by: Pol Henarejos --- workflows/autobuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/workflows/autobuild.sh b/workflows/autobuild.sh index d90e1a4..9b3ceae 100755 --- a/workflows/autobuild.sh +++ b/workflows/autobuild.sh @@ -7,6 +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.0.0 git submodule update --init cd .. git clone https://github.com/raspberrypi/picotool