Skip to content

Commit

Permalink
Added the common wfx_host_events header for efr and 917 SoC platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
bhmanda-silabs committed Sep 5, 2024
1 parent 2cf028b commit 02bb228
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 364 deletions.
2 changes: 2 additions & 0 deletions examples/platform/silabs/SiWx917/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ declare_args() {
# Sanity check
assert(chip_enable_wifi)
silabs_plat_si91x_wifi_dir = "${chip_root}/src/platform/silabs/SiWx917/wifi"
silabs_plat_dir = "${chip_root}/src/platform/silabs"
import("${silabs_common_plat_dir}/args.gni")

config("chip_examples_project_config") {
Expand Down Expand Up @@ -181,6 +182,7 @@ source_set("siwx917-common") {
include_dirs = [
".",
"SiWx917/",
"${silabs_plat_dir}/wifi",
"${silabs_plat_si91x_wifi_dir}",
]

Expand Down
2 changes: 1 addition & 1 deletion src/platform/silabs/SiWx917/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static_library("SiWx917") {
"${silabs_platform_dir}/ConnectivityManagerImpl_WIFI.cpp",
"${silabs_platform_dir}/NetworkCommissioningWiFiDriver.cpp",
"${silabs_platform_dir}/NetworkCommissioningWiFiDriver.h",
"wifi/wfx_host_events.h",
"${silabs_platform_dir}/wifi/wfx_host_events.h",
"wifi/wfx_msgs.h",
"wifi/wifi_config.h",
]
Expand Down
258 changes: 0 additions & 258 deletions src/platform/silabs/SiWx917/wifi/wfx_host_events.h

This file was deleted.

2 changes: 1 addition & 1 deletion src/platform/silabs/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ static_library("efr32") {
"${silabs_platform_dir}/ConnectivityManagerImpl_WIFI.cpp",
"${silabs_platform_dir}/NetworkCommissioningWiFiDriver.cpp",
"${silabs_platform_dir}/NetworkCommissioningWiFiDriver.h",
"wifi/wfx_host_events.h",
"${silabs_platform_dir}/wifi/wfx_host_events.h",
"wifi/wfx_msgs.h",
"wifi/wifi_config.h",
]
Expand Down
Loading

0 comments on commit 02bb228

Please sign in to comment.