Skip to content

Commit abf5a68

Browse files
committed
added BRD2709A support
1 parent 69e4988 commit abf5a68

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

third_party/silabs/silabs_board.gni

+4-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ declare_args() {
2525
silabs_mcu = ""
2626

2727
# LCD is enabled by default
28-
# Boards BRD4166A, BRD2601B, BRD2703A and BRD4319A do not have a LCD so they disable it explicitly
28+
# Boards BRD4166A, BRD2601B, BRD2703A, BRD2709A and BRD4319A do not have a LCD so they disable it explicitly
2929
disable_lcd = false
3030

3131
# Enable Buttons by default
@@ -178,7 +178,9 @@ if (silabs_board == "BRD4338A" || silabs_board == "BRD2605A" ||
178178
silabs_family = "efr32mg26"
179179
silabs_mcu = "EFR32MG26B510F3200IM48"
180180

181-
# BRD2709A do not have an external flash
181+
# BRD2709A do not have an external flash and lcd
182+
show_qr_code = false
183+
disable_lcd = true
182184
use_external_flash = false
183185
} else if (silabs_board == "BRD4117A") {
184186
silabs_family = "efr32mg26"

0 commit comments

Comments
 (0)