Skip to content

Commit

Permalink
Add Simplicity SDK 2024.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Jan 10, 2025
1 parent e0b4627 commit 1af8413
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ RUN \
&& unzip -q -d simplicity_sdk_2024.6.2 simplicity_sdk_2024.6.2.zip \
&& rm simplicity_sdk_2024.6.2.zip

# Simplicity SDK 2024.12.0
RUN \
curl -o simplicity_sdk_2024.12.0.zip -L https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.12.0/gecko-sdk.zip \
&& unzip -q -d simplicity_sdk_2024.12.0 simplicity_sdk_2024.12.0.zip \
&& rm simplicity_sdk_2024.12.0.zip

# Gecko SDK 4.4.4
RUN \
curl -o gecko_sdk_4.4.4.zip -L https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.4.4/gecko-sdk.zip \
Expand Down

0 comments on commit 1af8413

Please sign in to comment.