Skip to content

Commit 751116b

Browse files
committed
samples: bluetooth: fast_pair: locator_tag: enable PM for nRF54H20 DK
Updated the nRF54H20 DK configuration in the Fast Pair Locator Tag sample to enable the Zephyr Power Management system for the application and radio core. Signed-off-by: Kamil Piszczek <[email protected]>
1 parent c2042a1 commit 751116b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

samples/bluetooth/fast_pair/locator_tag/configuration/boards/nrf54h20dk_nrf54h20_cpuapp.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@
55
#
66

77
CONFIG_SUIT=y
8+
9+
# nRF54H-specific power management configuration
10+
CONFIG_PM=y
11+
CONFIG_PM_S2RAM=y
12+
CONFIG_PM_S2RAM_CUSTOM_MARKING=y
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
# nRF54H-specific power management configuration
8+
CONFIG_PM=y

0 commit comments

Comments
 (0)