diff --git a/applications/matter_bridge/sample.yaml b/applications/matter_bridge/sample.yaml index c2087b5c0fcb..2f1c205d5a5a 100644 --- a/applications/matter_bridge/sample.yaml +++ b/applications/matter_bridge/sample.yaml @@ -79,7 +79,7 @@ tests: sysbuild: true build_only: true extra_args: SB_CONFIG_WIFI_NRF70=y CONFIG_CHIP_WIFI=y - matter_bridge_SHIELD=nrf7002eb_interposer_p1 CONFIG_BRIDGED_DEVICE_BT=y + matter_bridge_SHIELD="nrf7002eb_interposer_p1;nrf7002eb" CONFIG_BRIDGED_DEVICE_BT=y integration_platforms: - nrf54h20dk/nrf54h20/cpuapp platform_allow: nrf54h20dk/nrf54h20/cpuapp @@ -88,7 +88,7 @@ tests: sysbuild: true build_only: true extra_args: FILE_SUFFIX=release SB_CONFIG_WIFI_NRF70=y CONFIG_CHIP_WIFI=y - matter_bridge_SHIELD=nrf7002eb_interposer_p1 CONFIG_BRIDGED_DEVICE_BT=y + matter_bridge_SHIELD="nrf7002eb_interposer_p1;nrf7002eb" CONFIG_BRIDGED_DEVICE_BT=y integration_platforms: - nrf54h20dk/nrf54h20/cpuapp platform_allow: nrf54h20dk/nrf54h20/cpuapp diff --git a/samples/wifi/radio_test/sample.yaml b/samples/wifi/radio_test/sample.yaml index 564be56c1d66..d3efe009cd6e 100644 --- a/samples/wifi/radio_test/sample.yaml +++ b/samples/wifi/radio_test/sample.yaml @@ -77,8 +77,8 @@ tests: sysbuild: true build_only: true extra_args: - - radio_test_SHIELD=nrf7002eb_interposer_p1 - - radio_test_SHIELD=nrf7002eb + - radio_test_SHIELD="nrf7002eb_interposer_p1;nrf7002eb" + - SNIPPET=nrf70-wifi platform_allow: - nrf54h20dk/nrf54h20/cpuapp - nrf54l15dk/nrf54l15/cpuapp diff --git a/scripts/quarantine.yaml b/scripts/quarantine.yaml index ce8a8f104a6e..ed23d10fa23e 100644 --- a/scripts/quarantine.yaml +++ b/scripts/quarantine.yaml @@ -11,21 +11,10 @@ comment: "https://nordicsemi.atlassian.net/browse/KRKNWK-19027" - scenarios: - - ".*nrf7002eb.*" - - ".*nrf7002_eb.*" - applications.matter_bridge.lto.br_ble.nrf54h20.wifi - applications.matter_bridge.release.br_ble.nrf54h20.wifi - comment: "nRF7002EB not support in the upstream nRF70 driver yet" - -- scenarios: - - sample.cellular.modem_shell.location_service_ext_pgps_nrf7002ek_wifi - - sample.cellular.nrf7002ek_wifi.scan - - sample.cellular.nrf7002ek_wifi.conn - platforms: - - nrf9161dk/nrf9161/ns - - nrf5340dk/nrf5340/cpuapp/ns - - nrf9151dk/nrf9151/ns - comment: "Unknown failures using NS (TF-M), unable to replicate locally, temporarily excluded" + - sample.matter.template.nrf54h20.nrf7002eb + comment: "54H Wi-Fi PSA and Matter Legacy crypto config" - scenarios: - net.lib.wifi_credentials_backend_psa diff --git a/west.yml b/west.yml index 5d5e4c5b4b1f..dfc71bc9fa9f 100644 --- a/west.yml +++ b/west.yml @@ -72,7 +72,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 0f0e5ad7da0d1e423a1991485e9dfc6fef3757fe + revision: 2d92e0998e24d6f2dd204f419f7e7868e71e630d import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above