From ae03cecd5460e3cd288e16c6d59aec4fb722d673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bainczyk?= Date: Wed, 1 Oct 2025 13:24:03 +0200 Subject: [PATCH 1/2] tests: drivers: nrfx_integration_test: remove PWM configs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove PWM configs due to pwm_nrfx rework. Signed-off-by: Michał Bainczyk --- tests/drivers/nrfx_integration_test/Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/drivers/nrfx_integration_test/Kconfig b/tests/drivers/nrfx_integration_test/Kconfig index ce977a92737e..3a37404e2f50 100644 --- a/tests/drivers/nrfx_integration_test/Kconfig +++ b/tests/drivers/nrfx_integration_test/Kconfig @@ -35,10 +35,6 @@ config NRFX_ALL_DRIVERS || $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF91_FLASH_CONTROLLER)) select NRFX_PDM if HAS_HW_NRF_PDM select NRFX_POWER if HAS_HW_NRF_POWER - select NRFX_PWM0 if HAS_HW_NRF_PWM0 - select NRFX_PWM1 if HAS_HW_NRF_PWM1 - select NRFX_PWM2 if HAS_HW_NRF_PWM2 - select NRFX_PWM3 if HAS_HW_NRF_PWM3 select NRFX_QDEC0 if HAS_HW_NRF_QDEC0 select NRFX_QDEC1 if HAS_HW_NRF_QDEC1 select NRFX_QDEC20 if HAS_HW_NRF_QDEC20 From c5377a6dd431ec14ff222f5181281d6cf2b2ef7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bainczyk?= Date: Wed, 1 Oct 2025 13:27:01 +0200 Subject: [PATCH 2/2] manifest: update nrfx and zephyr revisions to have reworked pwm_nrfx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Bainczyk --- west.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/west.yml b/west.yml index bef1f072851c..5b2419761227 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: c475e9f2c9eedd5aef47e2e0a36eb02d05e87a7f + revision: pull/3345/head 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: 98167a75a6ed8eb530c4e2977118619b51fd75b0 + revision: pull/948/head # West-related configuration for the nrf repository. self: