Open
Description
Introduction
Problem description
Stepper API has one function for enabling/disabling the stepper controller, namely,
int stepper_enable (const struct device* dev, const bool)
Proposed change
Split the function into two separate functions:
- int stepper_enable(const struct device* dev)
- int stepper_disable(const struct device* dev)
Detailed RFC
Proposed change (Detailed)
Following files will have to be refactored:
API:
Drivers:
- a4979_stepper
- drv8424_stepper
- tmc22xx_stepper
- tmc5041_stepper
- fake_stepper
- gpio_stepper
- stepper_shell
Docs:
Tests:
Entry in migration guide:
Dependencies
Concerns and Unresolved Questions
Alternatives
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status