-
Notifications
You must be signed in to change notification settings - Fork 244
[stm32f7] Fix all timers registers #606
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
6de9be7
to
9effa1a
Compare
9effa1a
to
955553c
Compare
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.
Thanks for this series of PRs! Good timing too as I'm close to releasing 0.14; I'll make sure these all get sorted first. I'll work through them in order though.
On the whole this one looks great, but there's a handful of bits I didn't understand or didn't seem right:
I'm not too worried about the names. You could put them inside |
Co-authored-by: Adam Greig <adam@adamgreig.com>
Co-authored-by: Adam Greig <adam@adamgreig.com>
Thanks for the updates, just the CCR5/6 query left I think. |
ff71736
to
545e6ff
Compare
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.
Thanks again for this PR!
bors merge
This pull request fix all the registers for every timers on every F7xx chips, based on the reference manual for those (
RM0431
,RM0385
andRM0410
).I'd like to get suggestions for better names for the new common patches that I created, they don't seem to fit with the others but I'm not sure what would be the best way to name them.