tp1 fw: Update pico-sdk to 1.5.1

This commit is contained in:
Michael Cardell Widerkrantz 2024-03-21 14:17:01 +01:00
parent 2ff2e9a91d
commit 48324fe5b3
No known key found for this signature in database
GPG Key ID: D3DB3DDF57E704E5
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ RUN git >/usr/local/repo-commit-nextpnr describe --all --always --long --dirty
WORKDIR /
RUN rm -rf /src
RUN git clone --branch 1.5.0 --depth 1 https://github.com/raspberrypi/pico-sdk.git /usr/local/pico-sdk
RUN git clone --branch 1.5.1 --depth 1 https://github.com/raspberrypi/pico-sdk.git /usr/local/pico-sdk
WORKDIR /usr/local/pico-sdk
RUN git submodule update --init
RUN git >/usr/local/repo-commit-picosdk describe --all --always --long --dirty