From 2d358e80ff2a8c4dff7ada2ff6d8676fc1eeebeb Mon Sep 17 00:00:00 2001 From: Gordon Klaus Date: Tue, 7 Oct 2025 10:09:39 +0200 Subject: [PATCH] samples: bluetooth: Fix radio_notification_cb sample on 54h Disable power management for this sample as a temporary workaround until the underyling issue is fixed. Signed-off-by: Gordon Klaus --- .../boards/nrf54h20dk_nrf54h20_cpurad.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/bluetooth/radio_notification_cb/boards/nrf54h20dk_nrf54h20_cpurad.conf b/samples/bluetooth/radio_notification_cb/boards/nrf54h20dk_nrf54h20_cpurad.conf index df511ee5bfb2..f0f893054735 100644 --- a/samples/bluetooth/radio_notification_cb/boards/nrf54h20dk_nrf54h20_cpurad.conf +++ b/samples/bluetooth/radio_notification_cb/boards/nrf54h20dk_nrf54h20_cpurad.conf @@ -3,3 +3,5 @@ CONFIG_PSA_CRYPTO_DRIVER_OBERON=n CONFIG_PSA_SSF_CRYPTO_CLIENT=y CONFIG_MBEDTLS_PSA_CRYPTO_C=y CONFIG_NRF_SECURITY=y + +CONFIG_PM=n