Skip to content

Commit 2b1a12a

Browse files
[CSA-CP]Bring matter_support changes to fix 917 NCP build fail in CI (#245)
Co-authored-by: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com>
1 parent 984563d commit 2b1a12a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

third_party/silabs/silabs_board.gni

+7
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ declare_args() {
6969
chip_enable_ble_rs911x = use_rs9116 || use_SiWx917
7070
}
7171

72+
# TODO - This needs to be removed once multiplexing issues resolved
73+
if (use_SiWx917) {
74+
disable_lcd = true
75+
show_qr_code = false
76+
use_external_flash = false
77+
}
78+
7279
if (silabs_board == "") {
7380
silabs_board = getenv("SILABS_BOARD")
7481
}

0 commit comments

Comments
 (0)