Skip to content

Commit

Permalink
Refactor Window-app
Browse files Browse the repository at this point in the history
  • Loading branch information
andygallay-silabs committed Jun 15, 2023
1 parent 6ee0bd3 commit 20b4176
Show file tree
Hide file tree
Showing 28 changed files with 327 additions and 2,337 deletions.
5 changes: 1 addition & 4 deletions examples/platform/silabs/SiWx917/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -247,16 +247,13 @@ source_set("siwx917-common") {
"${wifi_sdk_dir}/ethernetif.cpp",
"${wifi_sdk_dir}/lwip_netif.cpp",
"${wifi_sdk_dir}/wfx_notify.cpp",
"BaseApplication.cpp",
"SiWx917/rsi_if.c",
"SiWx917/wfx_rsi_host.c",
"init_ccpPlatform.cpp",
"matter_config.cpp",
]

if (use_base_app) {
sources += [ "BaseApplication.cpp" ]
}

if (chip_enable_pw_rpc || chip_build_libshell) {
sources += [ "uart.cpp" ]
}
Expand Down
1 change: 0 additions & 1 deletion examples/platform/silabs/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ chip_system_project_config_include = "<CHIPProjectConfig.h>"

declare_args() {
app_data_model = ""
use_base_app = true
}
5 changes: 1 addition & 4 deletions examples/platform/silabs/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -284,14 +284,11 @@ source_set("efr32-common") {
"${silabs_common_plat_dir}/heap_4_silabs.c",
"${silabs_common_plat_dir}/silabs_utils.cpp",
"${silabs_common_plat_dir}/syscalls_stubs.cpp",
"BaseApplication.cpp",
"init_efrPlatform.cpp",
"matter_config.cpp",
]

if (use_base_app) {
sources += [ "BaseApplication.cpp" ]
}

if (chip_enable_pw_rpc || chip_build_libshell || enable_openthread_cli) {
sources += [ "uart.cpp" ]
}
Expand Down
1 change: 0 additions & 1 deletion examples/window-app/common/src/WindowApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ void WindowApp::DispatchEventAttributeChange(chip::EndpointId endpoint, chip::At
default:
break;
}

}

void WindowApp::DestroyTimer(Timer * timer)
Expand Down
27 changes: 0 additions & 27 deletions examples/window-app/silabs/SiWx917/.gn

This file was deleted.

107 changes: 0 additions & 107 deletions examples/window-app/silabs/SiWx917/BUILD.gn

This file was deleted.

166 changes: 0 additions & 166 deletions examples/window-app/silabs/SiWx917/README.md

This file was deleted.

1 change: 0 additions & 1 deletion examples/window-app/silabs/SiWx917/build_overrides

This file was deleted.

Loading

0 comments on commit 20b4176

Please sign in to comment.