Skip to content

Commit 91b96a0

Browse files
authored
Update Dockerfile
Update Pico SDK 2.1.1 Pico Tool 2.1.1 RTOS Kernel 11.2.0
1 parent be7e625 commit 91b96a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ 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.1.0 https://github.com/raspberrypi/pico-sdk $SDK_PATH && \
26+
RUN git clone --depth 1 --branch 2.1.1 https://github.com/raspberrypi/pico-sdk $SDK_PATH && \
2727
cd $SDK_PATH && \
2828
git submodule update --init
2929

3030
ENV PICO_SDK_PATH=$SDK_PATH
3131

3232
# FreeRTOS
3333
ARG FREERTOS_PATH=/usr/local/freertos
34-
RUN git clone --depth 1 --branch V11.0.1 https://github.com/FreeRTOS/FreeRTOS-Kernel $FREERTOS_PATH && \
34+
RUN git clone --depth 1 --branch V11.2.0 https://github.com/FreeRTOS/FreeRTOS-Kernel $FREERTOS_PATH && \
3535
cd $FREERTOS_PATH && \
3636
git submodule update --init --recursive
3737

3838
ENV FREERTOS_KERNEL_PATH=$FREERTOS_PATH
3939

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

0 commit comments

Comments
 (0)