From c4e77f2f60915d7ce24599457c3dc13bac615165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20S=2E=20R=C3=B8stad?= Date: Wed, 23 Oct 2024 17:50:01 +0200 Subject: [PATCH] prj.conf: Re-enable CONFIG_PM_DEVICE_RUNTIME MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Re-enable CONFIG_PM_DEVICE_RUNTIME. This has been fixed in NCS. Needed in order to put PWM and UART peripherals in power saving mode. Signed-off-by: Simen S. Røstad --- app/prj.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/app/prj.conf b/app/prj.conf index 6e3639d8..96e75073 100644 --- a/app/prj.conf +++ b/app/prj.conf @@ -244,4 +244,3 @@ CONFIG_TASK_WDT_CHANNELS=9 # Device power management CONFIG_PM_DEVICE=y -CONFIG_PM_DEVICE_RUNTIME=n