2019-12-12 18:04:43 +08:00
|
|
|
sample:
|
|
|
|
description: mcuboot test build sample
|
|
|
|
name: mcuboot
|
|
|
|
|
|
|
|
tests:
|
|
|
|
sample.bootloader.mcuboot:
|
|
|
|
tags: bootloader_mcuboot
|
2020-08-27 06:07:05 +08:00
|
|
|
platform_allow: nrf52840dk_nrf52840 frdm_k64f
|
2021-07-28 05:17:05 +08:00
|
|
|
integration_platforms:
|
|
|
|
- nrf52840dk_nrf52840
|
2019-12-12 18:04:43 +08:00
|
|
|
sample.bootloader.mcuboot.serial_recovery:
|
|
|
|
extra_args: OVERLAY_CONFIG=serial_recovery.conf
|
2020-08-27 06:07:05 +08:00
|
|
|
platform_allow: nrf52840dk_nrf52840
|
2021-07-28 05:17:05 +08:00
|
|
|
integration_platforms:
|
|
|
|
- nrf52840dk_nrf52840
|
2019-12-12 18:04:43 +08:00
|
|
|
tags: bootloader_mcuboot
|
|
|
|
sample.bootloader.mcuboot.usb_cdc_acm_recovery:
|
|
|
|
tags: bootloader_mcuboot
|
2020-08-27 06:07:05 +08:00
|
|
|
platform_allow: nrf52840dongle_nrf52840
|
2021-07-28 05:17:05 +08:00
|
|
|
integration_platforms:
|
|
|
|
- nrf52840dongle_nrf52840
|
2020-02-17 20:25:32 +08:00
|
|
|
sample.bootloader.mcuboot.usb_cdc_acm_recovery_log:
|
|
|
|
extra_args: OVERLAY_CONFIG=./usb_cdc_acm_log_recovery.conf
|
2020-06-05 19:46:57 +08:00
|
|
|
DTC_OVERLAY_FILE=./boards/nrf52840_big.overlay
|
2020-08-27 06:07:05 +08:00
|
|
|
platform_allow: nrf52840dk_nrf52840
|
2021-07-28 05:17:05 +08:00
|
|
|
integration_platforms:
|
|
|
|
- nrf52840dk_nrf52840
|
2020-02-17 20:25:32 +08:00
|
|
|
tags: bootloader_mcuboot
|
2020-09-15 19:15:02 +08:00
|
|
|
sample.bootloader.mcuboot.single_slot:
|
|
|
|
extra_args: OVERLAY_CONFIG=./single_slot.conf
|
|
|
|
DTC_OVERLAY_FILE=./boards/nrf52840_single_slot.overlay
|
|
|
|
platform_allow: nrf52840dk_nrf52840
|
2021-07-28 05:17:05 +08:00
|
|
|
integration_platforms:
|
|
|
|
- nrf52840dk_nrf52840
|
2020-09-15 19:15:02 +08:00
|
|
|
tags: bootloader_mcuboot
|
2020-11-09 21:03:22 +08:00
|
|
|
sample.bootloader.mcuboot.qspi_nor_slot:
|
|
|
|
extra_args: DTC_OVERLAY_FILE=./boards/nrf52840dk_qspi_nor_secondary.overlay
|
|
|
|
OVERLAY_CONFIG="./boards/nrf52840dk_qspi_nor.conf;./boards/nrf52840dk_qspi_secondary_boot.conf"
|
|
|
|
platform_allow: nrf52840dk_nrf52840
|
2021-07-28 05:17:05 +08:00
|
|
|
integration_platforms:
|
|
|
|
- nrf52840dk_nrf52840
|
2020-11-09 21:03:22 +08:00
|
|
|
tags: bootloader_mcuboot
|