Skip to content

zephyr: Add missing Kconfig dependencies for USB DFU #1652

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

Merged
merged 1 commit into from
Mar 17, 2023

Conversation

de-nordic
Copy link
Collaborator

USB DFU depends on MULTITHREADING and STREAM_FLASH, and these should be explicitly selected.

@de-nordic de-nordic added the area: zephyr Affects the Zephyr port label Mar 17, 2023
@de-nordic de-nordic requested review from utzig and nordicjm March 17, 2023 11:35
de-nordic added a commit to nrfconnect/sdk-mcuboot that referenced this pull request Mar 17, 2023
USB DFU depends on MULTITHREADING and STREAM_FLASH, and these
should be explicitly selected.

Upstream PR: mcu-tools/mcuboot#1652

(cherry picked from commit 14d4ed63ea3543aeb7ece7c8814b56ff9b6219ea)
Signed-off-by: Dominik Ermel <[email protected]>
@@ -419,6 +419,8 @@ config BOOT_USB_DFU_WAIT
select USB_DEVICE_STACK
select USB_DFU_CLASS
select IMG_MANAGER
select STREMA_FLASH
Copy link
Collaborator

Choose a reason for hiding this comment

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

typo

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

"Eh. I will make some experiments with this and I can always type those things back, those are just four lines, what can go wrong"... that is how I get these kinds of bugs.

USB DFU depends on MULTITHREADING and STREAM_FLASH, and these
should be explicitly selected.

Signed-off-by: Dominik Ermel <[email protected]>
@de-nordic de-nordic force-pushed the fix-usb-dfu-kconfig branch from 14d4ed6 to 8b0debc Compare March 17, 2023 12:23
@de-nordic de-nordic requested a review from nordicjm March 17, 2023 12:27
de-nordic added a commit to nrfconnect/sdk-mcuboot that referenced this pull request Mar 17, 2023
USB DFU depends on MULTITHREADING and STREAM_FLASH, and these
should be explicitly selected.

Upstream PR: mcu-tools/mcuboot#1652

(cherry picked from commit 8b0debce3932dd1afbb1c509708bdde07f930b73)
Signed-off-by: Dominik Ermel <[email protected]>
@de-nordic de-nordic merged commit 143485e into mcu-tools:main Mar 17, 2023
de-nordic added a commit to nrfconnect/sdk-mcuboot that referenced this pull request Mar 27, 2023
USB DFU depends on MULTITHREADING and STREAM_FLASH, and these
should be explicitly selected.

Upstream PR: mcu-tools/mcuboot#1652

(cherry picked from commit 8b0debce3932dd1afbb1c509708bdde07f930b73)
Signed-off-by: Dominik Ermel <[email protected]>
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