Skip to content

Commit

Permalink
samples: bluetooth: fast_pair: locator_tag: enable PM for nRF54H20 DK
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
kapi-no committed Feb 4, 2025
1 parent 34dac5f commit 0a5afdd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
#

CONFIG_SUIT=y

# nRF54H-specific power managament settings

Check warning on line 9 in samples/bluetooth/fast_pair/locator_tag/configuration/boards/nrf54h20dk_nrf54h20_cpuapp.conf

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

TYPO_SPELLING

samples/bluetooth/fast_pair/locator_tag/configuration/boards/nrf54h20dk_nrf54h20_cpuapp.conf:9 'managament' may be misspelled - perhaps 'management'?
CONFIG_PM=y
CONFIG_PM_S2RAM=y
CONFIG_PM_S2RAM_CUSTOM_MARKING=y
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
# Copyright (c) 2025 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# nRF54H-specific power managament settings

Check warning on line 7 in samples/bluetooth/fast_pair/locator_tag/sysbuild/ipc_radio/boards/nrf54h20dk_nrf54h20_cpurad.conf

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

TYPO_SPELLING

samples/bluetooth/fast_pair/locator_tag/sysbuild/ipc_radio/boards/nrf54h20dk_nrf54h20_cpurad.conf:7 'managament' may be misspelled - perhaps 'management'?
CONFIG_PM=y

0 comments on commit 0a5afdd

Please sign in to comment.