-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
usb: doc: Add note about cdc+dfu Windows OS exception. #25347
usb: doc: Add note about cdc+dfu Windows OS exception. #25347
Conversation
@jfischer-phytec-iot take a quick look please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not quite understand what happens on Windows OS. Let me block it for few more days.
@@ -1,5 +1,7 @@ | |||
# Overlay file for composite configuration | |||
# CDC ACM + USB DFU | |||
# | |||
# This composite configuration may not work for Windows OS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add the info in the commit message in this file as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Add a note for composite (CDC+DFU) device overlay. Composite device CDC+DFU may not work with Windows OS host. Windows OS does not send reset after DFU_DETACH request (does not re-enumerates) and thus make it unable for the device to restart in DFU mode. For more details refer to zephyrproject-rtos#23337. Signed-off-by: Emil Obalski <emil.obalski@nordicsemi.no>
a02194f
to
e00d063
Compare
@jfischer-phytec-iot can you revisit this one please? |
Add a note for composite (CDC+DFU) device overlay.
Composite device CDC+DFU may not work with Windows OS host.
Windows OS does not send reset after DFU_DETACH request
(does not re-enumerates) and thus make it unable for
the device to restart in DFU mode.
Closes #23337.
Signed-off-by: Emil Obalski emil.obalski@nordicsemi.no