a445ee538c
Adds a test that exercises the boot mode (retention subsystem) feature to check that an application can successfully boot into mcuboot's serial recovery mode. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
#
|
|
# Copyright (c) 2023 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
CONFIG_RETAINED_MEM=y
|
|
CONFIG_RETENTION=y
|
|
CONFIG_RETENTION_BOOT_MODE=y
|
|
CONFIG_REBOOT=y
|
|
CONFIG_LOG=y
|