@@ -12,8 +12,8 @@ RUN set -x \
1212 && rm -rf /var/lib/apt/lists/ \
1313 && : # last line
1414
15- # Download Simplicity SDK v2024.12.2 (1f19b37 )
16- RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.12.2 /simplicity-sdk.zip -O /tmp/simplicity_sdk.zip \
15+ # Download Simplicity SDK v2025.6.0 (f107f75 )
16+ RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2025.6.0 /simplicity-sdk.zip -O /tmp/simplicity_sdk.zip \
1717 && unzip /tmp/simplicity_sdk.zip -d /tmp/simplicity_sdk \
1818 && rm -rf /tmp/simplicity_sdk.zip \
1919 # Deleting files that are not needed to save space
@@ -28,14 +28,14 @@ RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.1
2828 && 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 {} + \
2929 && : # last line
3030
31- # Clone WiSeConnect Wi-Fi and Bluetooth Software 2.11.4 (bf6b600 )
32- RUN git clone --depth=1 --single-branch --branch=2.11.4 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk && \
31+ # Clone WiSeConnect Wi-Fi and Bluetooth Software 2.12.0 (a18b5dd )
32+ RUN git clone --depth=1 --single-branch --branch=2.12.0 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk && \
3333 cd /tmp/wiseconnect-wifi-bt-sdk && \
3434 rm -rf .git examples \
3535 && : # last line
3636
37- # Clone WiSeConnect SDK v3.4.2 (2f93cc4 )
38- RUN git clone --depth=1 --single-branch --branch=v3.4.2 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
37+ # Clone WiSeConnect SDK v3.5.0 (ca4c4b0 )
38+ RUN git clone --depth=1 --single-branch --branch=v3.5.0 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
3939 cd /tmp/wifi_sdk && \
4040 rm -rf .git examples components/device/stm32 \
4141 && : # last line
0 commit comments