Skip to content

Commit be7e625

Browse files
committed
Upgrade pico-sdk and picotool to 2.1.0 version
1 parent f6fd10e commit be7e625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update -y && \
2323

2424
# Raspberry Pi Pico SDK
2525
ARG SDK_PATH=/usr/local/picosdk
26-
RUN git clone --depth 1 --branch 2.0.0 https://github.com/raspberrypi/pico-sdk $SDK_PATH && \
26+
RUN git clone --depth 1 --branch 2.1.0 https://github.com/raspberrypi/pico-sdk $SDK_PATH && \
2727
cd $SDK_PATH && \
2828
git submodule update --init
2929

@@ -38,7 +38,7 @@ RUN git clone --depth 1 --branch V11.0.1 https://github.com/FreeRTOS/FreeRTOS-Ke
3838
ENV FREERTOS_KERNEL_PATH=$FREERTOS_PATH
3939

4040
# Picotool installation
41-
RUN git clone --depth 1 --branch 2.0.0 https://github.com/raspberrypi/picotool.git /home/picotool && \
41+
RUN git clone --depth 1 --branch 2.1.0 https://github.com/raspberrypi/picotool.git /home/picotool && \
4242
cd /home/picotool && \
4343
mkdir build && \
4444
cd build && \

0 commit comments

Comments
 (0)