File tree 2 files changed +7
-7
lines changed
integrations/docker/images
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- 73 : [Telink] Update Docker image (Zephyr update)
1
+ 74 : Update Silabs docker SiSDK 2024.06.1 WiseConnect 3.3.1 Wiseconnect Wifi bt sdk 2.10.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.0 (a1a37fa)
17
- RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.6.0/sisdk-sdk.zip -O /tmp/simplicity_sdk.zip \
16
+ # Download Simplicity SDK v2024.6.1 (a1a37fa)
17
+ RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.6.1- 0/sisdk-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
@@ -23,14 +23,14 @@ RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.6
23
23
&& find /tmp/simplicity_sdk/protocol/openthread -name "*efr32mg21*" -delete \
24
24
&& : # last line
25
25
26
- # Clone WiSeConnect Wi-Fi and Bluetooth Software 2.8.2 (4fa5c5f )
27
- RUN git clone --depth=1 --single-branch --branch=2.8.2 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk && \
26
+ # Clone WiSeConnect Wi-Fi and Bluetooth Software 2.10.0 (f94b83d )
27
+ RUN git clone --depth=1 --single-branch --branch=2.10.0 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk && \
28
28
cd /tmp/wiseconnect-wifi-bt-sdk && \
29
29
rm -rf .git \
30
30
&& : # last line
31
31
32
- # Clone WiSeConnect SDK v3.3.0 (e97a0ed )
33
- RUN git clone --depth=1 --single-branch --branch=v3.3.0 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
32
+ # Clone WiSeConnect SDK v3.3.1 (841ea3f )
33
+ RUN git clone --depth=1 --single-branch --branch=v3.3.1 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
34
34
cd /tmp/wifi_sdk && \
35
35
rm -rf .git \
36
36
&& : # last line
You can’t perform that action at this time.
0 commit comments