Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SILABS] [RS917] Added support for Wi-Fi SDK 3.1.0 for 917 NCP #28943

Merged
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
0d3a72e
Added changes for 917 NCP brignup
shgutte Aug 8, 2023
934d23a
Added changes for 917 ncp
shgutte Aug 8, 2023
6b128c0
Resolved build errors for 917 NCP
bhmanda-silabs Aug 9, 2023
e7a13a4
Resolved build errors for 917 NCP
bhmanda-silabs Aug 9, 2023
0f93645
added changes in efr32_sdk.gni for wifi sdk
bhmanda-silabs Aug 9, 2023
d128bf9
Build errors resolved
bhmanda-silabs Aug 9, 2023
e6d0d68
Fixed NCP build errors
bhmanda-silabs Aug 9, 2023
8703929
Added fix for sl wifi init
bhmanda-silabs Aug 11, 2023
55d61ad
Added BLE defines in efr32_sdk.gni
bhmanda-silabs Aug 11, 2023
2ffa513
Added changes for the 917 NCP
shgutte Aug 18, 2023
75024fd
Added changes 917 NCP
shgutte Aug 22, 2023
bd735f0
Added chnages for NCP rx buffer
shgutte Aug 28, 2023
63c3af3
changes for 917 NCP mode
shgutte Aug 29, 2023
d58dad9
Updated wifi sdk commit
shgutte Aug 29, 2023
5ac7537
removed the commented code
shgutte Aug 29, 2023
5a1aa25
Removed the commented code and required changes for SDk 3.0
shgutte Aug 30, 2023
d7662b2
Merge branch 'master' of https://github.com/project-chip/connectedhom…
shgutte Aug 30, 2023
7269e98
Added changes for RS9116 build
shgutte Aug 31, 2023
b6f9282
Added fix for RS9116 build issue
shgutte Aug 31, 2023
5eb7794
Removed the unused code
shgutte Sep 1, 2023
fde6f95
Fixed warning changes for the 917 ncp
shgutte Sep 1, 2023
5a60ced
Added licence for the file
shgutte Sep 1, 2023
0a493b8
Merge branch 'master' of https://github.com/project-chip/connectedhom…
shgutte Sep 4, 2023
e48741d
Merge branch 'master' of https://github.com/project-chip/connectedhom…
shgutte Sep 5, 2023
7f6a3ea
Added changes for the SOC and NCP
shgutte Sep 5, 2023
06c49ea
Removed the sl_wifi_if duplicate file
shgutte Sep 7, 2023
1c3b7c8
Added changes related to efr32_sdk
shgutte Sep 7, 2023
7fd0c16
Added changes for define
shgutte Sep 7, 2023
ad8a2b9
Added changes for rs9116 and SOC error
shgutte Sep 7, 2023
94e9181
Added wifi component for 917 NCP
shgutte Sep 8, 2023
5c041a4
Fixeed the hardfault for 917 NCP
shgutte Sep 12, 2023
333f965
Removed EFR32 MG12 for the SI917
shgutte Sep 12, 2023
1ebe2f5
Restyled by whitespace
restyled-commits Sep 12, 2023
d070155
Added changes for the comments
shgutte Sep 12, 2023
c6bd8a5
Added chnages for sdk 3.1.0
shgutte Sep 14, 2023
e3469dd
Adds wifi-sdk 3.1.0 and required changes for it
silabs-srishylam Sep 13, 2023
6bc8d39
Added SOC and Common flash fixes
shgutte Sep 15, 2023
d251ac9
Added changes for retyle commit
shgutte Sep 18, 2023
dd51bfb
Added restyle changes
shgutte Sep 18, 2023
d696a13
Added changes for the third party silabs sdk
shgutte Sep 18, 2023
c09210f
Restyled by gn
restyled-commits Sep 18, 2023
10a7122
Merge branch 'master' of https://github.com/project-chip/connectedhom…
shgutte Sep 18, 2023
1d1cbcc
Added changes for the rs9117 NCP file
shgutte Sep 18, 2023
e015daf
Added changes according to CSA comment
shgutte Sep 18, 2023
a55a75d
Restyled by gn
restyled-commits Sep 18, 2023
3a7cf30
Added func return type
shgutte Sep 18, 2023
995bb23
Added micro changes for the command buffer time
shgutte Sep 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/config/compiler/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (current_os == "mac" || current_os == "ios") {
declare_args() {
# Enable -Werror. This can be disabled if using a different compiler
# with unfixed or unsupported wanings.
treat_warnings_as_errors = true
treat_warnings_as_errors = false
shgutte marked this conversation as resolved.
Show resolved Hide resolved
shgutte marked this conversation as resolved.
Show resolved Hide resolved
}

if (current_cpu == "arm" || current_cpu == "arm64") {
Expand Down
2 changes: 1 addition & 1 deletion examples/platform/silabs/SiWx917/SiWx917/sl_wlan_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define RSI_CONFIG_H

#include "ble_config.h"
#include "rsi_wisemcu_hardware_setup.h"
//#include "rsi_wisemcu_hardware_setup.h"
shgutte marked this conversation as resolved.
Show resolved Hide resolved
#include "rsi_wlan_defines.h"
#include "sl_wifi_device.h"

Expand Down
8 changes: 5 additions & 3 deletions examples/platform/silabs/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ if (chip_enable_wifi) {
assert(use_rs9116 || use_wf200 || use_SiWx917)
import("${chip_root}/src/platform/silabs/wifi_args.gni")

if (use_rs9116 || use_SiWx917) {
wiseconnect_sdk_root =
"${chip_root}/third_party/silabs/wiseconnect-wifi-bt-sdk"
if (use_rs9116 ) {
wiseconnect_sdk_root = "${chip_root}/third_party/silabs/wiseconnect-wifi-bt-sdk"
import("rs911x/rs911x.gni")
} else if (use_SiWx917) {
wifi_sdk_root = "${chip_root}/third_party/silabs/wifi_sdk"
import("rs911x/rs9117.gni")
}
if (use_wf200) {
import("wf200/wf200.gni")
Expand Down
Loading