@@ -12,9 +12,8 @@ RUN set -x \
12
12
&& rm -rf /var/lib/apt/lists/ \
13
13
&& : # last line
14
14
15
-
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 \
15
+ # Download Simplicity SDK v2024.12.1-0 (da66128)
16
+ RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.12.1-0/simplicity-sdk.zip -O /tmp/simplicity_sdk.zip \
18
17
&& unzip /tmp/simplicity_sdk.zip -d /tmp/simplicity_sdk \
19
18
&& rm -rf /tmp/simplicity_sdk.zip \
20
19
# Deleting files that are not needed to save space
@@ -29,14 +28,14 @@ RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.1
29
28
&& find /tmp/simplicity_sdk/platform/Device/SiliconLabs -mindepth 1 -maxdepth 1 -type d ! \( -name 'EFR32MG24' -o -name 'EFR32MG26' -o -name 'MGM24' -o -name 'MGM26' \) -exec rm -rf {} + \
30
29
&& : # last line
31
30
32
- # Clone WiSeConnect Wi-Fi and Bluetooth Software 2.10.3 (b6d6cb5 )
33
- RUN git clone --depth=1 --single-branch --branch=2.10.3 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk && \
31
+ # Clone WiSeConnect Wi-Fi and Bluetooth Software 2.11.2 (3dbc243 )
32
+ RUN git clone --depth=1 --single-branch --branch=2.11.2 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk && \
34
33
cd /tmp/wiseconnect-wifi-bt-sdk && \
35
34
rm -rf .git examples \
36
35
&& : # last line
37
36
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 && \
37
+ # Clone WiSeConnect SDK v3.4.1 (f675628 )
38
+ RUN git clone --depth=1 --single-branch --branch=v3.4.1 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
40
39
cd /tmp/wifi_sdk && \
41
40
rm -rf .git examples components/device/stm32 \
42
41
&& : # last line
0 commit comments