-
Notifications
You must be signed in to change notification settings - Fork 3k
STM USBHALHost: Fix NULL pointer dereference #10653
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
Conversation
On STM32F746G Discovery boards, the USB OTG HS port does not have a dedicated GPIO for controlling the USB VBUS. This change fixes HardFault (NULL pointer dereference) that triggered when such USB host port was used.
@desowin, thank you for your changes. |
CI started Note, we have new USB stack that should be used. This PR touches the old unsupported one. |
I know about the USB device stack that is supported. However, is there a new USB host stack? If there is, then I must have missed it. |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
CI restarted I quickly fixed the coding style (keep it consistent) |
Test run: FAILEDSummary: 3 of 7 test jobs failed Failed test jobs:
|
CI restarted. S3 issues appear addressed. |
Test run: FAILEDSummary: 2 of 11 test jobs failed Failed test jobs:
|
we will restart tests once 5.13rc2 is completed (failures above not related to the changeset) |
Ci restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
On STM32F746G Discovery boards, the USB OTG HS port does not have a
dedicated GPIO for controlling the USB VBUS.
This change fixes HardFault (NULL pointer dereference) that triggered
when such USB host port was used.
Pull request type
Reviewers
Release Notes