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 \
12
12
&& rm -rf /var/lib/apt/lists/ \
13
13
&& : # last line
14
14
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 \
17
17
# Deleting files that are not needed to save space
18
18
&& 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 \
19
19
/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
32
32
rm -rf .git examples \
33
33
&& : # last line
34
34
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 && \
37
37
cd /tmp/wifi_sdk && \
38
38
rm -rf .git examples components/device/stm32 \
39
39
&& : # last line
You can’t perform that action at this time.
0 commit comments