Skip to content

Commit

Permalink
Add Wiseconnect submodule in Matter (#16799)
Browse files Browse the repository at this point in the history
* Add Wiseconnect submodule in Matter

* Restyled by gn

Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
sharad-patil24 and restyled-commits authored Mar 31, 2022
1 parent 8ce48a7 commit fbcaa81
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,6 @@
path = third_party/ti_simplelink_sdk/repo_cc13xx_cc26xx
url = https://github.com/TexasInstruments/cc13xx_cc26xx_sdk.git
branch = main
[submodule "third_party/efr32_sdk/wiseconnect-wifi-bt-sdk"]
path = third_party/efr32_sdk/wiseconnect-wifi-bt-sdk
url = https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk
3 changes: 2 additions & 1 deletion examples/light-switch-app/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ if (chip_enable_wifi) {
]

if (use_rs911x) {
wiseconnect_sdk_root = "${chip_root}/third_party/wiseconnect-wifi-bt-sdk"
wiseconnect_sdk_root =
"${chip_root}/third_party/efr32_sdk/wiseconnect-wifi-bt-sdk"
import("${wifi_sdk_dir}/rs911x/rs911x.gni")
} else {
import("${wifi_sdk_dir}/wf200/wf200.gni")
Expand Down
3 changes: 2 additions & 1 deletion examples/lighting-app/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ if (chip_enable_wifi) {
]

if (use_rs911x) {
wiseconnect_sdk_root = "${chip_root}/third_party/wiseconnect-wifi-bt-sdk"
wiseconnect_sdk_root =
"${chip_root}/third_party/efr32_sdk/wiseconnect-wifi-bt-sdk"
import("${wifi_sdk_dir}/rs911x/rs911x.gni")
} else {
import("${wifi_sdk_dir}/wf200/wf200.gni")
Expand Down
3 changes: 2 additions & 1 deletion examples/lock-app/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ if (chip_enable_wifi) {
]

if (use_rs911x) {
wiseconnect_sdk_root = "${chip_root}/third_party/wiseconnect-wifi-bt-sdk"
wiseconnect_sdk_root =
"${chip_root}/third_party/efr32_sdk/wiseconnect-wifi-bt-sdk"
import("${wifi_sdk_dir}/rs911x/rs911x.gni")
} else {
import("${wifi_sdk_dir}/wf200/wf200.gni")
Expand Down
3 changes: 2 additions & 1 deletion examples/window-app/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ if (chip_enable_wifi) {
]

if (use_rs911x) {
wiseconnect_sdk_root = "${chip_root}/third_party/wiseconnect-wifi-bt-sdk"
wiseconnect_sdk_root =
"${chip_root}/third_party/efr32_sdk/wiseconnect-wifi-bt-sdk"
import("${wifi_sdk_dir}/rs911x/rs911x.gni")
} else {
import("${wifi_sdk_dir}/wf200/wf200.gni")
Expand Down
2 changes: 1 addition & 1 deletion third_party/efr32_sdk/repo
1 change: 1 addition & 0 deletions third_party/efr32_sdk/wiseconnect-wifi-bt-sdk
1 change: 0 additions & 1 deletion third_party/wiseconnect-wifi-bt-sdk

This file was deleted.

0 comments on commit fbcaa81

Please sign in to comment.