File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN apt-get update -y && \
2323
2424# Raspberry Pi Pico SDK
2525ARG 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
3838ENV 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 && \
You can’t perform that action at this time.
0 commit comments