rename gpio stepper to h bridge stepper minor correction in stepper_stop, stepper_stop shall cancel all active movements and should not be concerned about keeping the coils energized or not, since that is a concern of a motion controller and not a stepper driver. Signed-off-by: Jilay Pandya <jilay.pandya@outlook.com>
9 lines
307 B
Plaintext
9 lines
307 B
Plaintext
# SPDX-FileCopyrightText: Copyright (c) 2024 Carl Zeiss Meditec AG
|
|
# SPDX-FileCopyrightText: Copyright (c) 2024 Jilay Sandeep Pandya
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config H_BRIDGE_STEPPER
|
|
bool "Activate driver for gpio stepper control"
|
|
depends on DT_HAS_ZEPHYR_H_BRIDGE_STEPPER_ENABLED
|
|
default y
|