We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab610ea commit e53d214Copy full SHA for e53d214
integrations/docker/images/base/chip-build/version
@@ -1 +1 @@
1
-77 : [NXP] Migrate docker image to NXP Zephyr 3.7 downstream release
+78 : [Silabs] Update Silabs docker WiseConnect 3.3.2
integrations/docker/images/stage-2/chip-build-efr32/Dockerfile
@@ -29,8 +29,8 @@ RUN git clone --depth=1 --single-branch --branch=2.10.0 https://github.com/Silic
29
rm -rf .git \
30
&& : # last line
31
32
-# Clone WiSeConnect SDK v3.3.1 (841ea3f)
33
-RUN git clone --depth=1 --single-branch --branch=v3.3.1 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
+# Clone WiSeConnect SDK v3.3.2 (b5d6422)
+RUN git clone --depth=1 --single-branch --branch=v3.3.2 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
34
cd /tmp/wifi_sdk && \
35
36
0 commit comments