Skip to content

Commit 7e68ad3

Browse files
committed
making the uart variable configurable
1 parent c2f4648 commit 7e68ad3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

third_party/silabs/silabs_board.gni

+3-4
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ declare_args() {
4343
# Disable AWS SDK OTA by default
4444
aws_sdk_ota = false
4545

46-
# Disable UART log forwarding by default
47-
sl_uart_log_output = false
48-
4946
# Self-provision enabled
5047
use_provision_channel = false
5148
}
@@ -69,7 +66,6 @@ if (silabs_board == "BRD4338A") {
6966
silabs_family = "SiWx917-common"
7067
silabs_mcu = "SiWG917M111MGTBA"
7168
wifi_soc = true
72-
sl_uart_log_output = true
7369

7470
# EFR32 MG24 series ----------
7571
} else if (silabs_board == "BRD4186A" || silabs_board == "BRD4187A") {
@@ -166,6 +162,9 @@ declare_args() {
166162
# User can set this arg to false to skip the rps creation for WiFi SoCs.
167163
# e.g. for CI
168164
use_rps_extension = wifi_soc
165+
166+
# UART log forwarding enabled by default for 917 SoC
167+
sl_uart_log_output = wifi_soc
169168
}
170169

171170
# qr code cannot be true if lcd is disabled

0 commit comments

Comments
 (0)