-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Fix: GPIO Stepper Driver #80646
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
Fix: GPIO Stepper Driver #80646
Conversation
27a4a2d to
b067e13
Compare
b067e13 to
ec7ecda
Compare
ec7ecda to
edb870b
Compare
5fa717b to
d1097a4
Compare
7490f6c to
9a3e26f
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.
Don't know if this is common practice for drivers generally or if it's fine that if more fields are added they simply go unused?
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.
you are right atleast in this case all the properties are used. hence have removed property_allowlist
…nition This commit fixes incorrect c prototype and defintion of stepper_set_callback to stepper_set_event_callback Signed-off-by: Jilay Pandya <[email protected]>
This commit introduces null pointer check in print_callback Signed-off-by: Jilay Pandya <[email protected]>
- bjarki-andreasen - dipakgmx - fabiobaltieri - faxe1008 This commit adds dipakgmx as collaborator in stepper drivers Signed-off-by: Jilay Pandya <[email protected]>
Yep i have dropped the backport label and the release notes change. These fixes can come in with 4.1 |
3f59e13
be77830 to
3f59e13
Compare
Migration guide entry is missing. Renaming the compatible means people will need to update their code |
023fdea
added |
add entry in migration guide 4.1 about renaming of compatible from zephyr,gpio-steppers to zephyr,gpio-stepper Signed-off-by: Jilay Pandya <[email protected]>
023fdea to
164ed88
Compare
Uh oh!
There was an error while loading. Please reload this page.