File tree 2 files changed +5
-5
lines changed
integrations/docker/images
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 48 : [QEMU] Add QEMU Dockerfile for ble-wifi testing on Linux
1
+ 49 : [Silabs] Update SDKs to new versions
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
- # Clone Gecko SDK 4.4.1 (911f6cd )
17
- RUN wget https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.4.1 /gecko-sdk.zip -O /tmp/gecko_sdk.zip \
16
+ # Clone Gecko SDK 4.4.2 (e359ba4 )
17
+ RUN wget https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.4.2 /gecko-sdk.zip -O /tmp/gecko_sdk.zip \
18
18
&& unzip /tmp/gecko_sdk.zip -d /tmp/gecko_sdk \
19
19
&& rm -rf /tmp/gecko_sdk.zip \
20
20
# Deleting files that are not needed to save space
@@ -30,8 +30,8 @@ RUN git clone --depth=1 --single-branch --branch=2.8.2 https://github.com/Silico
30
30
rm -rf .git \
31
31
&& : # last line
32
32
33
- # Clone WiSeConnect SDK 3.1.3 (00dd57a )
34
- RUN git clone --depth=1 --single-branch --branch=v3.1.3 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
33
+ # Clone WiSeConnect SDK 3.1.3-matter-hotfix.4 (aa514d4 )
34
+ RUN git clone --depth=1 --single-branch --branch=v3.1.3-matter-hotfix.4 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
35
35
cd /tmp/wifi_sdk && \
36
36
rm -rf .git \
37
37
&& : # last line
You can’t perform that action at this time.
0 commit comments