-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
base: main
Are you sure you want to change the base?
Fix: GPIO Stepper Driver #80646
Conversation
jilaypandya
commented
Oct 30, 2024
•
edited
Loading
edited
- Singularize instantiation of gpio-stepper driver
- Add missing SPDX headers
- Document set_event_callback function in steppers.rst
- Use the correct dtcompatible in release notes
- Rename tests from stepper_api to gpio_steppers
- Add collaborators in stepper drivers
27a4a2d
to
b067e13
Compare
b067e13
to
ec7ecda
Compare
ec7ecda
to
edb870b
Compare
5fa717b
to
d1097a4
Compare
7490f6c
to
9a3e26f
Compare
- name: stepper-controller.yaml | ||
property-allowlist: | ||
- micro-step-res | ||
- invert-direction |
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
power down coils when gpio stepper is disabled Signed-off-by: Jilay Pandya <[email protected]>
This commit changes compatible of gpio-stepper in driver Signed-off-by: Jilay Pandya <[email protected]>
…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