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

[Bouffalolab] update BL602 (Wi-FI) and BL702 (Thread) lighting-app to use same application code #23432

Merged
merged 11 commits into from
Nov 9, 2022
12 changes: 6 additions & 6 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,12 +319,12 @@
"android-arm64-chip-tvserver",
"android-x64-chip-tool",
"android-x86-chip-tool",
"bl602-light",
"bouffalolab-BL702-IoT-DVK-light",
"bouffalolab-BL702-IoT-DVK-light-rpc",
"bouffalolab-BL706-IoT-DVK-BL706C-22-light",
"bouffalolab-BL706-IoT-DVK-BL706C-22-light-rpc",
"bouffalolab-BL706-NIGHT-LIGHT",
"bouffalolab-bl602-iot-matter-v1-light",
"bouffalolab-bl602-iot-matter-v1-light-rpc-115200",
"bouffalolab-bl602-night-light-light",
"bouffalolab-xt-zb6-devkit-light",
"bouffalolab-xt-zb6-devkit-light-rpc-115200",
"bouffalolab-bl706-night-light-light",
"efr32-brd4161a-light",
"efr32-brd4163a-light",
"efr32-brd4164a-light",
Expand Down
32 changes: 0 additions & 32 deletions config/bouffalolab/bl602/lib/pw_rpc/pw_rpc.gni

This file was deleted.

39 changes: 0 additions & 39 deletions config/bouffalolab/bl602/toolchain/BUILD.gn

This file was deleted.

47 changes: 0 additions & 47 deletions config/bouffalolab/bl702/lib/pw_rpc/BUILD.gn

This file was deleted.

36 changes: 0 additions & 36 deletions config/bouffalolab/bl702/toolchain/BUILD.gn

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static_library("pw_rpc") {
public_deps = [
"$dir_pw_rpc:server",
"$dir_pw_rpc/nanopb:echo_service",
"${chip_root}/examples/platform/bouffalolab/bl602/pw_sys_io:pw_sys_io_bl602",
"${chip_root}/examples/platform/bouffalolab/common/rpc/pw_sys_io:pw_sys_io",
"${dir_pigweed}/pw_hdlc:pw_rpc",
dir_pw_assert,
dir_pw_checksum,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ import("//build_overrides/pigweed.gni")
pw_log_BACKEND = "$dir_pw_log_basic"
pw_assert_BACKEND = "$dir_pw_assert_log"
pw_sys_io_BACKEND =
"${chip_root}/examples/platform/bouffalolab/bl702/pw_sys_io:pw_sys_io_bl702"
"${chip_root}/examples/platform/bouffalolab/common/rpc/pw_sys_io:pw_sys_io"
pw_span_ENABLE_STD_SPAN_POLYFILL = false

pw_string_CONFIG =
"${chip_root}/config/bouffalolab/bl702/lib/pw_rpc:pw_string_dep"
"${chip_root}/config/bouffalolab/common/lib/pw_rpc:pw_string_dep"

pw_build_LINK_DEPS = [
"$dir_pw_assert:impl",
Expand Down
27 changes: 0 additions & 27 deletions examples/common/pigweed/bouffalolab/bl702/PigweedLoggerMutex.cpp

This file was deleted.

54 changes: 0 additions & 54 deletions examples/common/pigweed/bouffalolab/bl702/PigweedLoggerMutex.h

This file was deleted.

Loading