Skip to content

[USB] Fix EPO STALL issue in STM32 USB Device library #670

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
Sep 26, 2019

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Sep 26, 2019

Fixes #664

USB Specification EP0 should never STALL during setup stage.
Device is not properly setup if STALL present.

Fixes stm32duino#664

Signed-off-by: Frederic.Pillon <[email protected]>
@fpistm fpistm added the fix 🩹 Bug fix label Sep 26, 2019
@fpistm fpistm added this to the 1.8.0 milestone Sep 26, 2019
@fpistm fpistm self-assigned this Sep 26, 2019
@fpistm fpistm merged commit 99c9ff1 into stm32duino:master Sep 26, 2019
@fpistm fpistm deleted the USB_Fix branch September 26, 2019 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 🩹 Bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Version 1.7 broke the USB support for F103C8
1 participant