Skip to content
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

boot: zephyr: Fix sample.bootloader.mcuboot.usb_cdc_acm_recovery #2130

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

butok
Copy link
Contributor

@butok butok commented Nov 26, 2024

Adds missing usb_cdc_acm_recovery.conf configuration file for the sample.bootloader.mcuboot.usb_cdc_acm_recovery test case.

@@ -19,7 +19,8 @@ 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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be replaced with - list, like the integration_platform below?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be replaced with - list, like the integration_platform below?

OK. Updated with the - list.

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 <[email protected]>
@de-nordic de-nordic added the area: zephyr Affects the Zephyr port label Nov 26, 2024
@nordicjm nordicjm merged commit 742978e into mcu-tools:main Nov 27, 2024
58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: zephyr Affects the Zephyr port
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants