-
Notifications
You must be signed in to change notification settings - Fork 221
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
Uart init #1213
Uart init #1213
Conversation
Clippy fails because of #1210 |
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 looking into this! I have a couple of comments regarding maintainability but those should be easy to address.
I will also do a couple of tests with the flasher stub to make sure we didn't break anything there.
Oh, that's good - somehow forgot about the flasher stub |
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 the fix, and thanks for addressing the comments! I tested in flasher stub and all looks good there (will send a esp-hal upgrade PR shortly).
Fixes #1195 - doesn't include P4 since we don't have UART for P4, yet. Should be part of the driver implementation for that chip