-
Notifications
You must be signed in to change notification settings - Fork 7.8k
dts: arm: st: u3: Add USB #94302
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
dts: arm: st: u3: Add USB #94302
Conversation
Hello @wymcg, and thank you very much for your first pull request to the Zephyr project! |
e67605b
to
c8b8ddc
Compare
c8b8ddc
to
714bd07
Compare
b551005
to
ae0314e
Compare
Please rebase as the CI issue has been fixed in the latest main branch. |
#93578 has not been merged yet so I believe the issue is still present. |
ae0314e
to
dcf0302
Compare
@erwango Done, thanks.
@etienne-lms Tests are passing for me locally now, looks like #94360 fixed it. Probably #94560 can be closed. |
Indeed, thanks. I closed them both. |
Add USB DTS node for STM32U3 series SoCs. Signed-off-by: Will McGloughlin <[email protected]>
Enable USB for the Nucleo U385RG-Q. Samples in samples/subsys/usb compile and operate as expected. Signed-off-by: Will McGloughlin <[email protected]>
dcf0302
to
8c00a8f
Compare
|
Added a USB node for STM32U3 SoCs, and configured USB for the Nucleo U385RG-Q, enabling the USB samples.