[SL-UP] Bugfix/silabs out rtt removal (#142) (#37079)
diff --git a/third_party/silabs/SiWx917_sdk.gni b/third_party/silabs/SiWx917_sdk.gni
index b45c19e..cdd4e88 100644
--- a/third_party/silabs/SiWx917_sdk.gni
+++ b/third_party/silabs/SiWx917_sdk.gni
@@ -252,6 +252,7 @@
"UDMA_ROMDRIVER_PRESENT=1",
"PLL_ROMDRIVER_PRESENT=1",
"SL_MATTER_GN_BUILD=1",
+ "SILABS_LOG_OUT_UART=${sl_uart_log_output}",
]
if (silabs_log_enabled && chip_logging) {
@@ -332,12 +333,6 @@
]
}
- if (sl_uart_log_output) {
- defines += [ "SILABS_LOG_OUT_UART=1" ]
- } else {
- defines += [ "SILABS_LOG_OUT_UART=0" ]
- }
-
if (chip_build_libshell) { # matter shell
defines += [ "ENABLE_CHIP_SHELL" ]
}
diff --git a/third_party/silabs/efr32_sdk.gni b/third_party/silabs/efr32_sdk.gni
index 75c104f..73a5550 100644
--- a/third_party/silabs/efr32_sdk.gni
+++ b/third_party/silabs/efr32_sdk.gni
@@ -489,6 +489,7 @@
"SL_OPENTHREAD_STACK_FEATURES_CONFIG_FILE=\"sl_openthread_features_config.h\"",
"SL_CSL_TIMEOUT=${sl_ot_csl_timeout_sec}",
"CIRCULAR_QUEUE_USE_LOCAL_CONFIG_HEADER=1",
+ "SILABS_LOG_OUT_UART=${sl_uart_log_output}",
]
if (silabs_log_enabled && chip_logging) {
@@ -497,12 +498,6 @@
defines += [ "SILABS_LOG_ENABLED=0" ]
}
- if (sl_uart_log_output) {
- defines += [ "SILABS_LOG_OUT_UART=1" ]
- } else {
- defines += [ "SILABS_LOG_OUT_UART=0" ]
- }
-
if (use_silabs_thread_lib) {
defines += [ "SL_CONFIG_OPENTHREAD_LIB=1" ]
} else {