-
Notifications
You must be signed in to change notification settings - Fork 243
L4+ unify OTG and other patches #1233
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
Was this change intended? https://github.com/stm32-rs/stm32-rs-mmaps/compare/pr-1233-843bc2f53cc674977a1192e038cf87929d5d1743#diff-a434e336e269a4b209bffab539db9b86b91b121d24a817939a1d1eaa2e135b35R7147 - 0x50000104 B REGISTER DIEPTXF1 (rw): OTG_FS device IN endpoint transmit FIFO size register (OTG_FS_DIEPTXF2)
+ 0x50000104 B REGISTER DIEPTXF1 (rw): OTF_FS device IN endpoint transmit FIFO size register
|
@@ -0,0 +1,272 @@ | |||
GOTGCTL: |
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.
According to rm0432, some of these fields should be read only. Should that be specified here?
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.
LGTM!
cc @usbalbin