Skip to content

Commit

Permalink
Pull request project-chip#1527: Updating wifi_sdk to v3.1.3
Browse files Browse the repository at this point in the history
Merge in WMN_TOOLS/matter from feature/updating_wifisdk_to_v3.1.3 to RC_2.3.0-1.3

Squashed commit of the following:

commit 1c75b7c32e2268b340288823c741cc7040b5b6ab
Author: Arun Padakanti <arunkumar.padakanti@silabs.com>
Date:   Thu Feb 1 09:42:36 2024 +0530

    Updated gitmodules as per comments

commit 868b100c9bdba2c0e609a6f705d669f16ae4af13
Author: Arun Padakanti <arunkumar.padakanti@silabs.com>
Date:   Wed Jan 31 20:34:59 2024 +0530

    Updating wifi_sdk to v3.1.3
  • Loading branch information
arun-silabs authored and jmartinez-silabs committed Feb 1, 2024
1 parent 2ab100f commit b6f8e12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
[submodule "third_party/silabs/wifi_sdk"]
path = third_party/silabs/wifi_sdk
url = https://github.com/SiliconLabs/wiseconnect.git
branch = v3.1.1
branch = v3.1.3
platforms = silabs
[submodule "editline"]
path = third_party/editline/repo
Expand Down
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ def initWorkspaceAndScm()
sh 'git submodule set-url ./third_party/silabs/gecko_sdk https://stash.silabs.com/scm/embsw/gecko_sdk_release.git'
sh 'cd ../../../'
sh 'git submodule set-url ./third_party/silabs/gecko_sdk https://stash.silabs.com/scm/embsw/gecko_sdk_release.git'

// Switch Origin for the wifi_sdk
sh 'git submodule set-url ./third_party/silabs/wifi_sdk https://stash.silabs.com/scm/redpine/wifi_sdk.git'
// Matter Init --Checkout relevant submodule
sh 'scripts/checkout_submodules.py --shallow --platform silabs linux'

Expand Down
2 changes: 1 addition & 1 deletion third_party/silabs/wifi_sdk

0 comments on commit b6f8e12

Please sign in to comment.