diff --git a/scripts/quarantine.yaml b/scripts/quarantine.yaml index d5747348509..a1c51efb58e 100644 --- a/scripts/quarantine.yaml +++ b/scripts/quarantine.yaml @@ -204,3 +204,13 @@ - nrf9160dk@0.14.0/nrf52840 - nrf9160dk@0.14.0/nrf9160 comment: "https://nordicsemi.atlassian.net/browse/NRFX-8562" + +- scenarios: + - applications.matter_weather_station.nrf7002eb + - sample.nrf7002_eb.thingy53.* + - sample.sensor.bme68x.* + - sample.bluetooth.peripheral_.* + - sample.bluetooth.mesh.* + platforms: + - thingy53/nrf5340/cpuapp + comment: "https://nordicsemi.atlassian.net/browse/NRFX-8605" diff --git a/tests/bluetooth/iso/src/main.c b/tests/bluetooth/iso/src/main.c index c808abfcf8a..5600328f1a8 100644 --- a/tests/bluetooth/iso/src/main.c +++ b/tests/bluetooth/iso/src/main.c @@ -23,8 +23,10 @@ static int hfclock_config_and_start(void) return ret; } + nrf_clock_hfclk_t clk_src; + nrfx_clock_hfclk_start(); - while (!nrfx_clock_hfclk_is_running()) { + while (!nrfx_clock_hfclk_running_check(&clk_src)) { } return 0; diff --git a/west.yml b/west.yml index be2fe3ae9de..13c52327b35 100644 --- a/west.yml +++ b/west.yml @@ -66,7 +66,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 019e3ded1bea7b3c5ce83ea2d3cc6175b1355c95 + revision: 7dee15869ec61e9ac5fa40bb4e93d7867359a115 import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above @@ -280,7 +280,7 @@ manifest: path: nrfx groups: - nrfx - revision: 8c19164ec422064e8e0d08f1cf69ea79d3a0b18a + revision: 59452e2969d289d9a263510a4896fd0faa936ce5 # West-related configuration for the nrf repository. self: