File tree 3 files changed +6
-5
lines changed
integrations/docker/images
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 \
13
13
&& : # last line
14
14
15
15
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 \
18
18
&& unzip /tmp/simplicity_sdk.zip -d /tmp/simplicity_sdk \
19
19
&& rm -rf /tmp/simplicity_sdk.zip \
20
20
# 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
35
35
rm -rf .git examples \
36
36
&& : # last line
37
37
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 && \
40
40
cd /tmp/wifi_sdk && \
41
41
rm -rf .git examples components/device/stm32 \
42
42
&& : # last line
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ ENV SILABS_BOARD=BRD4186C
113
113
# Keep GSDK_ROOT name until rename transition to SISDK is completed
114
114
ENV GSDK_ROOT=/opt/silabs/simplicity_sdk/
115
115
ENV SISDK_ROOT=/opt/silabs/simplicity_sdk/
116
+ ENV PATH $PATH:/opt/silabs/slc_cli/
116
117
ENV WISECONNECT_SDK_ROOT=/opt/silabs/wiseconnect-wifi-bt-sdk/
117
118
ENV WIFI_SDK_ROOT=/opt/silabs/wifi_sdk
118
119
ENV IDF_PATH=/opt/espressif/esp-idf/
You can’t perform that action at this time.
0 commit comments