Skip to content

Commit 742978e

Browse files
butoknordicjm
authored andcommitted
boot: zephyr: Fix sample.bootloader.mcuboot.usb_cdc_acm_recovery
Adds missing usb_cdc_acm_recovery.conf configuration file for the sample.bootloader.mcuboot.usb_cdc_acm_recovery test case. Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
1 parent 39aab3d commit 742978e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

boot/zephyr/sample.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ tests:
1919
sample.bootloader.mcuboot.usb_cdc_acm_recovery:
2020
tags: bootloader_mcuboot
2121
platform_allow: nrf52840dongle/nrf52840
22-
extra_args: DTC_OVERLAY_FILE="./usb_cdc_acm.overlay;app.overlay"
22+
extra_args:
23+
- EXTRA_CONF_FILE=./usb_cdc_acm_recovery.conf
24+
- DTC_OVERLAY_FILE="./usb_cdc_acm.overlay;app.overlay"
2325
integration_platforms:
2426
- nrf52840dongle/nrf52840
2527
sample.bootloader.mcuboot.usb_cdc_acm_recovery_log:

boot/zephyr/usb_cdc_acm_recovery.conf

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CONFIG_MCUBOOT_SERIAL=y
2+
CONFIG_BOOT_SERIAL_CDC_ACM=y
3+
CONFIG_UART_CONSOLE=n

0 commit comments

Comments
 (0)