Skip to content

Commit

Permalink
Bump sdk versions in Silabs docker. Add slc_cli in env paths of vscod…
Browse files Browse the repository at this point in the history
…e docker (#36888)
  • Loading branch information
jmartinez-silabs authored Dec 19, 2024
1 parent 9b41819 commit b880c14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/base/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
94 : [Telink] Update Docker image (Zephyr update)
95 : [Silabs] Update Silabs sisdk to v2024.12.0 and wifisdk to 3.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN set -x \
&& : # last line


# Download Simplicity SDK v2024.6.2 (36e12f0)
RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.6.2/gecko-sdk.zip -O /tmp/simplicity_sdk.zip \
# Download Simplicity SDK v2024.12.0 (8627f84)
RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.12.0/gecko-sdk.zip -O /tmp/simplicity_sdk.zip \
&& unzip /tmp/simplicity_sdk.zip -d /tmp/simplicity_sdk \
&& rm -rf /tmp/simplicity_sdk.zip \
# Deleting files that are not needed to save space
Expand All @@ -35,8 +35,8 @@ RUN git clone --depth=1 --single-branch --branch=2.10.3 https://github.com/Silic
rm -rf .git examples \
&& : # last line

# Clone WiSeConnect SDK v3.3.3 (a6390dd)
RUN git clone --depth=1 --single-branch --branch=v3.3.3 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
# Clone WiSeConnect SDK v3.4.0 (9f6db89)
RUN git clone --depth=1 --single-branch --branch=v3.4.0 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
cd /tmp/wifi_sdk && \
rm -rf .git examples components/device/stm32 \
&& : # last line
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ ENV SILABS_BOARD=BRD4186C
# Keep GSDK_ROOT name until rename transition to SISDK is completed
ENV GSDK_ROOT=/opt/silabs/simplicity_sdk/
ENV SISDK_ROOT=/opt/silabs/simplicity_sdk/
ENV PATH $PATH:/opt/silabs/slc_cli/
ENV WISECONNECT_SDK_ROOT=/opt/silabs/wiseconnect-wifi-bt-sdk/
ENV WIFI_SDK_ROOT=/opt/silabs/wifi_sdk
ENV IDF_PATH=/opt/espressif/esp-idf/
Expand Down

0 comments on commit b880c14

Please sign in to comment.