Skip to content

Commit

Permalink
samples: matter: Fix radio core image for nRF54H20 + nRF7002EK
Browse files Browse the repository at this point in the history
Fixed the WiFi variant for nRF54H20.

Signed-off-by: Arkadiusz Balys <[email protected]>
  • Loading branch information
ArekBalysNordic authored and anangl committed Jun 13, 2024
1 parent 017050f commit 4e9436d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/matter/lock/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
config NRF_DEFAULT_IPC_RADIO
default y

# Use HCI IPC as radio core image for nRF54H20 + nRF7002EK
config NRF_DEFAULT_BLUETOOTH
default y if SOC_SERIES_NRF54HX && WIFI_NRF700X

# Enable IEEE802.15.4 serialization to network core
config NETCORE_IPC_RADIO_IEEE802154
default y if (SOC_SERIES_NRF53X || SOC_SERIES_NRF54HX) && !WIFI_NRF700X
Expand Down
4 changes: 4 additions & 0 deletions samples/matter/template/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
config NRF_DEFAULT_IPC_RADIO
default y

# Use HCI IPC as radio core image for nRF54H20 + nRF7002EK
config NRF_DEFAULT_BLUETOOTH
default y if SOC_SERIES_NRF54HX && WIFI_NRF700X

# Enable IEEE802.15.4 serialization to network core
config NETCORE_IPC_RADIO_IEEE802154
default y if (SOC_SERIES_NRF53X || SOC_SERIES_NRF54HX) && !WIFI_NRF700X
Expand Down
9 changes: 9 additions & 0 deletions samples/matter/template/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,12 @@ tests:
platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf7002dk/nrf5340/cpuapp
nrf54l15pdk/nrf54l15/cpuapp
tags: sysbuild
sample.matter.template.nrf54h20.nrf7002ek:
sysbuild: true
build_only: true
extra_args: SB_CONFIG_WIFI_NRF700X=y template_SHIELD=nrf700x_nrf54h20dk
CONFIG_CHIP_WIFI=y
integration_platforms:
- nrf54h20dk/nrf54h20/cpuapp
platform_allow: nrf54h20dk/nrf54h20/cpuapp
tags: sysbuild

0 comments on commit 4e9436d

Please sign in to comment.