From 5025faa28f87b390867bc5121c484dd51f7ded6f 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 81a2d735..c8bb4ead 100644 --- a/app/prj.conf +++ b/app/prj.conf @@ -239,4 +239,3 @@ CONFIG_TASK_WDT_CHANNELS=9 # Device power management CONFIG_PM_DEVICE=y -CONFIG_PM_DEVICE_RUNTIME=n