Skip to content

Commit

Permalink
Pull request project-chip#1497: Added disable_lcd=true as LCD is not …
Browse files Browse the repository at this point in the history
…supported for 917 NCP

Merge in WMN_TOOLS/matter from Disabling_LCD_for_917_NCP to RC_2.3.0-1.3

Squashed commit of the following:

commit f5bf7a9f5b12f9299526e739e1ebc78a285c4621
Author: chbansal <chirag.bansal@silabs.com>
Date:   Wed Jan 17 20:36:15 2024 +0530

    removing the comment of todo

commit 4b65f3694bcb402c34608643b5518ad4141e6a6d
Author: chbansal <chirag.bansal@silabs.com>
Date:   Wed Jan 17 20:34:59 2024 +0530

    moving the disable lcd from shell script to silabs_board.gni

commit 4c60edf53cc0fcef095d1e6662cffb88ab225255
Author: bhmanda-silabs <bhavani.manda@silabs.com>
Date:   Wed Jan 17 16:27:17 2024 +0530

    Added disable_lcd=true as LCD is not supported for 917 NCP
  • Loading branch information
bhmanda-silabs committed Jan 17, 2024
1 parent ba736ab commit 655cfe4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions third_party/silabs/silabs_board.gni
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ declare_args() {
chip_enable_ble_rs911x = (use_rs9116 || use_SiWx917)
}

# TODO - Enable LCD once multiplexing changes added MATTER-2763
if (use_SiWx917) {
disable_lcd = true
show_qr_code = false
}

if (silabs_board == "") {
silabs_board = getenv("SILABS_BOARD")
}
Expand Down

0 comments on commit 655cfe4

Please sign in to comment.