We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec62974 commit 8348b26Copy full SHA for 8348b26
build/chip/chip_test_suite.gni
@@ -94,7 +94,8 @@ template("chip_test_suite") {
94
95
deps = [ dir_pw_unit_test ]
96
97
- if (current_os != "zephyr" && current_os != "mbed") {
+ if (current_os != "zephyr" && current_os != "mbed" &&
98
+ chip_device_platform != "efr32") {
99
# Depend on stdio logging, and have it take precedence over the default platform backend
100
public_deps += [ "${chip_root}/src/platform/logging:stdio" ]
101
} else {
0 commit comments