You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drivers: stepper_control: stepper motion control driver
This commit integrates timing source from by refactoring it out from
step_dir lib
Refactor motion control related function from gpio_stepper_controller to
zephyr stepper control driver
Remove unnecessary `data` parameter from `STEP_DIR_STEPPER_STRUCT_CHECK`
macro, simplifying its usage. Adjust `tmc22xx_data` struct and
initialization to reflect the change, removing redundant `.common` field.
Correct the GPIO pin states for enabling and disabling the stepper motor
controller. The enable logic was accidentally inverted, causing improper
activation and deactivation of the device.
This change ensures proper functionality as per the intended design.
Signed-off-by: Andre Stefanov <[email protected]>
Signed-off-by: Jilay Pandya <[email protected]>
0 commit comments