-
Notifications
You must be signed in to change notification settings - Fork 49
Staged pac #167
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
Staged pac #167
Conversation
…r G431 and friends
Co-authored-by: Zgarbul Andrey <[email protected]>
merge updates from main
* DMA - Rename stream to channel * DMA - Make ChannelsTuple a struct
* Export pac as pac (#156) * rm remaining fdcan files (#160) * defmt format for rcc clocks (#163) --------- Co-authored-by: AdinAck <[email protected]>
* Simplify DMA impl removing most macros * Clippy
Merge from main
* Changes from stm32g4-staging v0.19 to stm32-rs#1156 * Follow @burrbull suggestion * Use `clear` methods to clear interrupt flags * Bump pac * fmt * Fix i2c * Fix new clippy issues
@AdinAck , @burrbull , @liamkinne do you see any reason to keep the separate branch with the changes for the new pac, or should we just merge this? |
The only constraint on my end is that |
As far as I know the normal PAC still has not released any new versions since about 2 years ago. I do not know the story there, but @burrbull has been very quick with releasing new versions of staging PAC when new features have been merged. (thanks a lot) Since the last "normal PAC"-release there has been a whole lot of bug fixes, lots of deduplications of types, arrayification of fields, making more things safe, and your I made the So, in short, any reason to not just merge this |
The story is simple. @adamgreig is busy all time. Let's ask him on next meeting. Maybe something has been changed. |
I understand, and that is fine :) (Also let me know if there is anything I can help with)
No rush on my account :). I see stm32f4xx-hal is using the staging-pac do you think we should merge this? (I am also more than happy to wait) |
Yes, I use |
Good time to merge in the main :) |
I agree :) |
No description provided.