Add support for Pico SDK 2.1.0

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2024-11-25 22:44:22 +01:00
parent 2319abe44e
commit 4a64c11740
2 changed files with 2 additions and 2 deletions

View File

@@ -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.0.0
git checkout tags/2.1.0
git submodule update --init
cd ..
git clone https://github.com/raspberrypi/picotool