-
Notifications
You must be signed in to change notification settings - Fork 8.4k
[Backport v4.2-branch] stm32: usb: fix OTGHS on STM32F723/F730 (embedded USBPHYC) #100794
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
base: v4.2-branch
Are you sure you want to change the base?
[Backport v4.2-branch] stm32: usb: fix OTGHS on STM32F723/F730 (embedded USBPHYC) #100794
Conversation
OTGHS using the USBPHYC on STM32F723 and some STM32F730 requires special clock configuration to work. Signed-off-by: Mathieu Choplain <[email protected]>
OTGHS using the USBPHYC on STM32F723 and some STM32F730 requires special clock configuration to work. Signed-off-by: Mathieu Choplain <[email protected]>
|
I believe the correct way is to add backport label to the original PR and then when the original PR is merged, just wait for bot to pick it up and open backport PR. |
By |
|



Lightweight patch addressing #84934. Same as #100792 but for Zephyr v4.2.
A similar patch is found in #99756 on main branch but direct backport isn't possible.
(Note that unlike #100792,
usb_nextstack is functional with this patch on v4.2)Fixes #84934 (<== required by CI to pass backport test...)