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>
12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
CONFIG_MCUBOOT_SERIAL=y
|
|
CONFIG_BOOT_SERIAL_CDC_ACM=y
|
|
CONFIG_BOOT_SERIAL_ENTRANCE_GPIO=n
|
|
CONFIG_BOOT_SERIAL_BOOT_MODE=y
|
|
CONFIG_RETAINED_MEM=y
|
|
CONFIG_RETENTION=y
|
|
CONFIG_RETENTION_BOOT_MODE=y
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_MAP=y
|
|
CONFIG_LOG=y
|
|
CONFIG_MCUBOOT_ACTION_HOOKS=y
|