Skip to content

Commit fd9f983

Browse files
committed
applications: matter_bridge: Fix shield for Wi-Fi
nRF7002EB Wi-Fi support needs two shields to be passed. Please note nRF70 Wi-Fi snippet is skipped as this applications overwrites the DTS. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 55175e7 commit fd9f983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

applications/matter_bridge/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ tests:
7979
sysbuild: true
8080
build_only: true
8181
extra_args: SB_CONFIG_WIFI_NRF70=y CONFIG_CHIP_WIFI=y
82-
matter_bridge_SHIELD=nrf7002eb_interposer_p1 CONFIG_BRIDGED_DEVICE_BT=y
82+
matter_bridge_SHIELD="nrf7002eb_interposer_p1;nrf7002eb" CONFIG_BRIDGED_DEVICE_BT=y
8383
integration_platforms:
8484
- nrf54h20dk/nrf54h20/cpuapp
8585
platform_allow: nrf54h20dk/nrf54h20/cpuapp
@@ -88,7 +88,7 @@ tests:
8888
sysbuild: true
8989
build_only: true
9090
extra_args: FILE_SUFFIX=release SB_CONFIG_WIFI_NRF70=y CONFIG_CHIP_WIFI=y
91-
matter_bridge_SHIELD=nrf7002eb_interposer_p1 CONFIG_BRIDGED_DEVICE_BT=y
91+
matter_bridge_SHIELD="nrf7002eb_interposer_p1;nrf7002eb" CONFIG_BRIDGED_DEVICE_BT=y
9292
integration_platforms:
9393
- nrf54h20dk/nrf54h20/cpuapp
9494
platform_allow: nrf54h20dk/nrf54h20/cpuapp

0 commit comments

Comments
 (0)