-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Reset controller bug #46057
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
Reset controller bug #46057
Conversation
4a5e5fd to
2e775d8
Compare
fabiobaltieri
left a comment
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 fixing this!
stephanosio
left a comment
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.
Looking at toggle and status, it would make sense to prefix them with line_ as well for the sake of consistency, but no strong opinion here.
|
Yes, please fix |
carlocaione
left a comment
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.
Approved but open a new PR to fix the remaining hooks.
I will do it in this PR soon. @carlocaione Also the status or the toggle only? |
assert API function needed to be changed because of newlib assert macro name conflict Signed-off-by: Andrei-Edward Popa <[email protected]>
added reset controller in release notes 3.1 Signed-off-by: Andrei-Edward Popa <[email protected]>
85421e1
2e775d8 to
85421e1
Compare
Done only for toggle. |
After the discussion in issue #46023 I changed the assert and deassert names from reset controller driver API to line_assert and line_deassert because of newlib assert macro. Also, I added in another commit the reset controller as new driver inside release notes 3.1.