Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions applications/matter_bridge/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions samples/wifi/radio_test/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 2 additions & 13 deletions scripts/quarantine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading