2024-02-22 21:05:16 +08:00
|
|
|
# SPDX-FileCopyrightText: Copyright (c) 2023 Carl Zeiss Meditec AG
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/drivers/stepper.h)
|
|
|
|
|
|
|
|
zephyr_library()
|
2024-07-12 21:42:25 +08:00
|
|
|
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_GPIO_STEPPER gpio_stepper_controller.c)
|