Skip to content

Commit

Permalink
Adds update of WiSeConnect 2 SDK 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahay-silabs authored and brosahay committed Oct 12, 2023
1 parent 7babb10 commit b196e93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
[submodule "third_party/silabs/wiseconnect-wifi-bt-sdk"]
path = third_party/silabs/wiseconnect-wifi-bt-sdk
url = https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git
branch = 2.8.1
branch = 2.8.2
platforms = efr32,silabs_docker
[submodule "third_party/silabs/wifi_sdk"]
path = third_party/silabs/wifi_sdk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ RUN git clone --depth=1 --branch=v4.3.2 https://github.com/SiliconLabs/gecko_sdk
rm -rf .git \
&& : # last line

# Clone WiSeConnect Wi-Fi and Bluetooth Software 2.8.1 (90f424f)
RUN git clone --depth=1 --branch=2.8.1 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk && \
# Clone WiSeConnect Wi-Fi and Bluetooth Software 2.8.2 (4fa5c5f)
RUN git clone --depth=1 --branch=2.8.2 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk && \
cd /tmp/wiseconnect-wifi-bt-sdk && \
rm -rf .git \
&& : # last line

# Clone Wiseconnect SDK 3.1.0 (58a2404)
# 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 \
Expand Down

0 comments on commit b196e93

Please sign in to comment.