From 904a9e1f50e996b1fd76d5edbec21933bef9986c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bainczyk?= Date: Fri, 5 Dec 2025 11:48:36 +0100 Subject: [PATCH 1/2] scripts: quarantine: update quarantine for nrfx examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove SPIM+SPIS and TWIM+TWIS examples from quarantine for nRF54L15 DK. Signed-off-by: MichaƂ Bainczyk --- scripts/quarantine_zephyr.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/scripts/quarantine_zephyr.yaml b/scripts/quarantine_zephyr.yaml index 21299186920..3dedacc94ed 100644 --- a/scripts/quarantine_zephyr.yaml +++ b/scripts/quarantine_zephyr.yaml @@ -593,14 +593,3 @@ - llext.writable_relocatable_slid_linking - llext.writable_relocatable comment: "https://nordicsemi.atlassian.net/browse/NRFX-8497" - -- scenarios: - - examples.nrfx_spim_spis.advanced_non_blocking - - examples.nrfx_spim_spis.non_blocking - - examples.nrfx_twim_twis.blocking - - examples.nrfx_twim_twis.non_blocking - - examples.nrfx_twim_twis.txrx - - examples.nrfx_twim_twis.txtx - platforms: - - nrf54l15dk/nrf54l15/cpuapp - comment: "https://nordicsemi.atlassian.net/browse/NRFX-8652" From 35600c84c4c0487bfe67dd28abaa0e653a281db9 Mon Sep 17 00:00:00 2001 From: Nordic Builder Date: Fri, 5 Dec 2025 10:43:17 +0000 Subject: [PATCH 2/2] manifest: Update sdk-zephyr revision (auto-manifest PR) Automatically created by action-manifest-pr GH action from PR: https://github.com/nrfconnect/sdk-zephyr/pull/3611 Signed-off-by: Nordic Builder --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index a12d3320a78..0ba7ca0a242 100644 --- a/west.yml +++ b/west.yml @@ -64,7 +64,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 084b65b8f4e8b30b1d0b3b12a363f9b52b315c06 + revision: pull/3611/head import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above