File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
integrations/docker/images Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- 163 : Upgraded from API 30 to API 34
1+ 164 : Update Silabs sdks
2+
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ RUN set -x \
1212 && rm -rf /var/lib/apt/lists/ \
1313 && : # last line
1414
15- # Download Simplicity SDK v2025.6.0 (f107f75 )
16- RUN git clone --depth=1 --single-branch --branch=v2025.6.0 https://github.com/SiliconLabs/simplicity_sdk.git /tmp/simplicity_sdk \
15+ # Download Simplicity SDK v2025.6.1 (4c4c715 )
16+ RUN git clone --depth=1 --single-branch --branch=v2025.6.1 https://github.com/SiliconLabs/simplicity_sdk.git /tmp/simplicity_sdk \
1717 # Deleting files that are not needed to save space
1818 && rm -rf /tmp/simplicity_sdk/.git /tmp/simplicity_sdk/protocol/flex /tmp/simplicity_sdk/protocol/z-wave /tmp/simplicity_sdk/protocol/zigbee /tmp/simplicity_sdk/protocol/wisun /tmp/simplicity_sdk/util/third_party/tensorflow_extra \
1919 /tmp/simplicity_sdk/util/third_party/sqlite /tmp/simplicity_sdk/util/third_party/ot-br-posix /tmp/simplicity_sdk/util/third_party/tflite-micro /tmp/simplicity_sdk/util/third_party/tflite-fatfs /tmp/simplicity_sdk/util/third_party/unity_test_framework \
@@ -32,8 +32,8 @@ RUN git clone --depth=1 --single-branch --branch=2.12.0 https://github.com/Silic
3232 rm -rf .git examples \
3333 && : # last line
3434
35- # Clone WiSeConnect SDK v3.5.0 (ca4c4b0 )
36- RUN git clone --depth=1 --single-branch --branch=v3.5.0 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
35+ # Clone WiSeConnect SDK v3.5.1 (984fbd4 )
36+ RUN git clone --depth=1 --single-branch --branch=v3.5.1 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
3737 cd /tmp/wifi_sdk && \
3838 rm -rf .git examples components/device/stm32 \
3939 && : # last line
You can’t perform that action at this time.
0 commit comments