Skip to content

Commit c390295

Browse files
committed
[nrf noup] boot/zephyr/socs: nrf54h20 prj.conf for S2RAM
Added configuration which pre-configures MCUboot so It is able to support operation of resuming the App from S2RAM by the application itself. Signed-off-by: Andrzej Puzdrowski <[email protected]>
1 parent b26db4d commit c390295

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright (c) 2025 Nordic Semiconductor ASA
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
6+
# Configuration which is needed for supporting resume the application execution
7+
# after suspend to RAM (S2RAM) requested by the application.
8+
# MCUboot does not support S2RAM itself, but serves as an immediate actor while waking up
9+
# from suspension.
10+
CONFIG_PM=y
11+
CONFIG_PM_S2RAM=y
12+
CONFIG_PM_S2RAM_CUSTOM_MARKING=y
13+
CONFIG_SOC_NRF54H20_PM_S2RAM_OVERRIDE=y

0 commit comments

Comments
 (0)