Skip to content

Commit 4a64c11

Browse files
committed
Add support for Pico SDK 2.1.0
Signed-off-by: Pol Henarejos <[email protected]>
1 parent 2319abe commit 4a64c11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pico-keys-sdk

workflows/autobuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [[ $1 == "pico" ]]; then
77
sudo apt install -y cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
88
git clone https://github.com/raspberrypi/pico-sdk
99
cd pico-sdk
10-
git checkout tags/2.0.0
10+
git checkout tags/2.1.0
1111
git submodule update --init
1212
cd ..
1313
git clone https://github.com/raspberrypi/picotool

0 commit comments

Comments
 (0)