Skip to content

boot: zephyr: move CDC ACM serial to the new device stack #131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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