File tree 1 file changed +2
-2
lines changed
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 && \
23
23
24
24
# Raspberry Pi Pico SDK
25
25
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 && \
27
27
cd $SDK_PATH && \
28
28
git submodule update --init
29
29
@@ -38,7 +38,7 @@ RUN git clone --depth 1 --branch V11.0.1 https://github.com/FreeRTOS/FreeRTOS-Ke
38
38
ENV FREERTOS_KERNEL_PATH=$FREERTOS_PATH
39
39
40
40
# 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 && \
42
42
cd /home/picotool && \
43
43
mkdir build && \
44
44
cd build && \
You can’t perform that action at this time.
0 commit comments