Skip to content

Commit

Permalink
Bump Gecko SDK in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed May 3, 2024
1 parent ece0829 commit 6ffd0a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ RUN \
&& tar -C /opt -xf gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2 \
&& rm gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2

# Gecko SDK 4.4.0
# Gecko SDK 4.4.2
RUN \
curl -o gecko_sdk_4.4.0.zip -L https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.4.0/gecko-sdk.zip \
&& unzip -q -d gecko_sdk_4.4.0 gecko_sdk_4.4.0.zip \
&& rm gecko_sdk_4.4.0.zip
curl -o gecko_sdk_4.4.2.zip -L https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.4.2/gecko-sdk.zip \
&& unzip -q -d gecko_sdk_4.4.2 gecko_sdk_4.4.2.zip \
&& rm gecko_sdk_4.4.2.zip

# Gecko SDK 4.3.1
RUN \
Expand Down

0 comments on commit 6ffd0a1

Please sign in to comment.