From 6969077c5dd5de37b0b4be613973058d253904d3 Mon Sep 17 00:00:00 2001 From: Rohan Sahay Date: Wed, 11 Oct 2023 10:36:33 +0530 Subject: [PATCH] Adds updated SDK as per release --- .gitmodules | 6 +++--- .../docker/images/stage-2/chip-build-efr32/Dockerfile | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitmodules b/.gitmodules index c4fba0d02ac8b3..34db732600db13 100644 --- a/.gitmodules +++ b/.gitmodules @@ -243,7 +243,7 @@ [submodule "third_party/silabs/gecko_sdk"] path = third_party/silabs/gecko_sdk url = https://github.com/SiliconLabs/gecko_sdk.git - branch = v4.3.1 + branch = v4.3.2 platforms = efr32 [submodule "third_party/silabs/wiseconnect-wifi-bt-sdk"] path = third_party/silabs/wiseconnect-wifi-bt-sdk @@ -252,8 +252,8 @@ platforms = efr32,silabs_docker [submodule "third_party/silabs/wifi_sdk"] path = third_party/silabs/wifi_sdk - url = https://github.com/SiliconLabs/wiseconnect - branch = v3.1.0-MatterCert1 + url = https://github.com/SiliconLabs/wiseconnect.git + branch = v3.1.0 platforms = efr32 [submodule "editline"] path = third_party/editline/repo diff --git a/integrations/docker/images/stage-2/chip-build-efr32/Dockerfile b/integrations/docker/images/stage-2/chip-build-efr32/Dockerfile index e4a00c1d89bbef..f3e35aef107a2b 100644 --- a/integrations/docker/images/stage-2/chip-build-efr32/Dockerfile +++ b/integrations/docker/images/stage-2/chip-build-efr32/Dockerfile @@ -13,8 +13,8 @@ RUN set -x \ && : # last line -# Clone Gecko SDK 4.3.1 (2ba59bf) -RUN git clone --depth=1 --branch=v4.3.1 https://github.com/SiliconLabs/gecko_sdk.git /tmp/gecko_sdk && \ +# Clone Gecko SDK 4.3.2 (1228a95) +RUN git clone --depth=1 --branch=v4.3.2 https://github.com/SiliconLabs/gecko_sdk.git /tmp/gecko_sdk && \ cd /tmp/gecko_sdk && \ rm -rf .git \ && : # last line @@ -25,8 +25,8 @@ RUN git clone --depth=1 --branch=2.7.1-Matter https://github.com/SiliconLabs/wis rm -rf .git \ && : # last line -# Clone Wiseconnect SDK 3.1.0-MatterCert1 (f84bf66) -RUN git clone --depth=1 --branch=v3.1.0-MatterCert1 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \ +# Clone Wiseconnect SDK 3.1.0 (58a2404) +RUN git clone --depth=1 --branch=v3.1.0 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \ cd /tmp/wifi_sdk && \ rm -rf .git \ && : # last line