-
Notifications
You must be signed in to change notification settings - Fork 243
Add missing interrupts for USART #360
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
Signed-off-by: Aurabindo Pillai <mail@aurabindo.in>
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, looks good!
It looks like the F410 is missing quite a few other interrupts (0, 11, 12, 13, 14, 15, 16, 17, 47, 50, 56, 57, 58, 59, 60, 62, 68, 69, 70, 71, 76, 85). Would you be interested in adding those as well?
bors r+
359: H7, AXI: Add some basic definitions for AXI management r=adamgreig a=richardeoin 360: Add missing interrupts for USART r=adamgreig a=aurabindo Signed-off-by: Aurabindo Pillai <mail@aurabindo.in> Co-authored-by: Richard Meadows <962920+richardeoin@users.noreply.github.com> Co-authored-by: Aurabindo Pillai <mail@aurabindo.in>
sure, I can do that. One of those is a uart interrupt which I should add after this patch is landed. CI is taking forever? |
This PR was included in a batch that timed out, it will be automatically retried |
Yea, it looks like something's up with bors perhaps, as the actual builds on Travis seem fine. I'll check again tomorrow. |
Timed out |
bors retry |
bors retry |
Ok, I think I've fixed it... bors retry |
Build succeeded |
Signed-off-by: Aurabindo Pillai mail@aurabindo.in