Skip to content

Commit

Permalink
boot: zephyr: Fix sample.bootloader.mcuboot.usb_cdc_acm_recovery
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
butok authored and nordicjm committed Nov 27, 2024
1 parent 39aab3d commit 742978e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion boot/zephyr/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ tests:
sample.bootloader.mcuboot.usb_cdc_acm_recovery:
tags: bootloader_mcuboot
platform_allow: nrf52840dongle/nrf52840
extra_args: DTC_OVERLAY_FILE="./usb_cdc_acm.overlay;app.overlay"
extra_args:
- EXTRA_CONF_FILE=./usb_cdc_acm_recovery.conf
- DTC_OVERLAY_FILE="./usb_cdc_acm.overlay;app.overlay"
integration_platforms:
- nrf52840dongle/nrf52840
sample.bootloader.mcuboot.usb_cdc_acm_recovery_log:
Expand Down
3 changes: 3 additions & 0 deletions boot/zephyr/usb_cdc_acm_recovery.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONFIG_MCUBOOT_SERIAL=y
CONFIG_BOOT_SERIAL_CDC_ACM=y
CONFIG_UART_CONSOLE=n

0 comments on commit 742978e

Please sign in to comment.