Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions boot/zephyr/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,20 @@ tests:
tags: bootloader_mcuboot
sample.bootloader.mcuboot.usb_cdc_acm_recovery:
tags: bootloader_mcuboot
platform_allow: nrf52840dongle/nrf52840
platform_allow: nrf52840dongle/nrf52840
extra_args:
- EXTRA_CONF_FILE=./usb_cdc_acm_recovery.conf
- DTC_OVERLAY_FILE="./usb_cdc_acm.overlay;app.overlay"
integration_platforms:
- nrf52840dongle/nrf52840
extra_configs:
- CONFIG_DEPRECATION_TEST=y
sample.bootloader.mcuboot.usb_cdc_acm_recovery_log:
extra_args: EXTRA_CONF_FILE=./usb_cdc_acm_log_recovery.conf
DTC_OVERLAY_FILE="./boards/nrf52840_big.overlay;app.overlay"
platform_allow: nrf52840dk/nrf52840
integration_platforms:
- nrf52840dk/nrf52840
tags: bootloader_mcuboot
platform_allow: nrf52840dk/nrf52840
extra_args:
- EXTRA_CONF_FILE=./usb_cdc_acm_log_recovery.conf
- DTC_OVERLAY_FILE="./boards/nrf52840_big.overlay;app.overlay"
extra_configs:
- CONFIG_DEPRECATION_TEST=y
sample.bootloader.mcuboot.single_slot:
extra_args: EXTRA_CONF_FILE=./single_slot.conf
DTC_OVERLAY_FILE="./boards/nrf52840_single_slot.overlay;app.overlay"
Expand Down