Skip to content

Commit

Permalink
Move tokenized tracing overrides into light-app specific GNI (#17278)
Browse files Browse the repository at this point in the history
* Move tokenized tracing oveffides into its own GNI

* Updated logic: moved backed to light-specific file

* Revert unintended change
  • Loading branch information
andy31415 authored Apr 12, 2022
1 parent 2c15978 commit 2e33dec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/efr32/lib/pw_rpc/pw_rpc.gni
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ pw_log_BACKEND = "$dir_pw_log_basic"
pw_assert_BACKEND = "$dir_pw_assert_log"
pw_sys_io_BACKEND =
"${chip_root}/examples/platform/efr32/pw_sys_io:pw_sys_io_efr32"
pw_trace_BACKEND = "$dir_pw_trace_tokenized"

pw_build_LINK_DEPS = [
"$dir_pw_assert:impl",
Expand Down
3 changes: 3 additions & 0 deletions examples/lighting-app/efr32/with_pw_rpc.gni
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ chip_enable_openthread = true
chip_build_pw_trace_lib = true

cpp_standard = "gnu++17"

# Light app on EFR enables tracing server
pw_trace_BACKEND = "$dir_pw_trace_tokenized"

0 comments on commit 2e33dec

Please sign in to comment.