File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
integrations/docker/images Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- 94 : [Telink ] Update Docker image (Zephyr update)
1+ 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 @@ -13,8 +13,8 @@ RUN set -x \
1313 && : # last line
1414
1515
16- # Download Simplicity SDK v2024.6.2 (36e12f0 )
17- RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.6.2 /gecko-sdk.zip -O /tmp/simplicity_sdk.zip \
16+ # Download Simplicity SDK v2024.12.0 (8627f84 )
17+ RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.12.0 /gecko-sdk.zip -O /tmp/simplicity_sdk.zip \
1818 && unzip /tmp/simplicity_sdk.zip -d /tmp/simplicity_sdk \
1919 && rm -rf /tmp/simplicity_sdk.zip \
2020 # Deleting files that are not needed to save space
@@ -35,8 +35,8 @@ RUN git clone --depth=1 --single-branch --branch=2.10.3 https://github.com/Silic
3535 rm -rf .git examples \
3636 && : # last line
3737
38- # Clone WiSeConnect SDK v3.3.3 (a6390dd )
39- RUN git clone --depth=1 --single-branch --branch=v3.3.3 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
38+ # Clone WiSeConnect SDK v3.4.0 (9f6db89 )
39+ RUN git clone --depth=1 --single-branch --branch=v3.4.0 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
4040 cd /tmp/wifi_sdk && \
4141 rm -rf .git examples components/device/stm32 \
4242 && : # last line
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ ENV SILABS_BOARD=BRD4186C
113113# Keep GSDK_ROOT name until rename transition to SISDK is completed
114114ENV GSDK_ROOT=/opt/silabs/simplicity_sdk/
115115ENV SISDK_ROOT=/opt/silabs/simplicity_sdk/
116+ ENV PATH $PATH:/opt/silabs/slc_cli/
116117ENV WISECONNECT_SDK_ROOT=/opt/silabs/wiseconnect-wifi-bt-sdk/
117118ENV WIFI_SDK_ROOT=/opt/silabs/wifi_sdk
118119ENV IDF_PATH=/opt/espressif/esp-idf/
You can’t perform that action at this time.
0 commit comments