Skip to content

Commit 450ed78

Browse files
nordicjmde-nordic
authored andcommitted
boot: zephyr: Add serial recovery (with all options) build
Adds this build configuration to the sample file to check it is building successfully Signed-off-by: Jamie McCrae <[email protected]>
1 parent ed6eadd commit 450ed78

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

boot/zephyr/sample.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,19 @@ tests:
4747
integration_platforms:
4848
- nrf52840dk/nrf52840
4949
tags: bootloader_mcuboot
50+
sample.bootloader.mcuboot.serial_recovery_all_options:
51+
extra_args: EXTRA_CONF_FILE=serial_recovery.conf
52+
extra_configs:
53+
- CONFIG_MCUBOOT_SERIAL=y
54+
- CONFIG_ENABLE_MGMT_PERUSER=y
55+
- CONFIG_BOOT_MGMT_CUSTOM_STORAGE_ERASE=y
56+
- CONFIG_BOOT_MGMT_ECHO=y
57+
- CONFIG_BOOT_SERIAL_IMG_GRP_IMAGE_STATE=y
58+
- CONFIG_BOOT_SERIAL_IMG_GRP_SLOT_INFO=y
59+
platform_allow: nrf52840dk/nrf52840
60+
integration_platforms:
61+
- nrf52840dk/nrf52840
62+
tags: bootloader_mcuboot
5063
sample.bootloader.mcuboot.usb_cdc_acm_recovery:
5164
tags: bootloader_mcuboot
5265
platform_allow: nrf52840dongle/nrf52840

0 commit comments

Comments
 (0)