Skip to content

Commit

Permalink
Adds updated SDK as per release
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahay-silabs authored and brosahay committed Oct 11, 2023
1 parent 8c1e310 commit 6969077
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6969077

Please sign in to comment.