We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6eadd commit 450ed78Copy full SHA for 450ed78
boot/zephyr/sample.yaml
@@ -47,6 +47,19 @@ tests:
47
integration_platforms:
48
- nrf52840dk/nrf52840
49
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
63
sample.bootloader.mcuboot.usb_cdc_acm_recovery:
64
65
platform_allow: nrf52840dongle/nrf52840
0 commit comments