mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Add a stepper generic upperhalf driver
Add a stepper A4988 lowerhalf driver
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
1989749850
commit
095c32b0eb
@@ -2034,6 +2034,39 @@ config DEBUG_MOTOR_INFO
|
||||
|
||||
endif # DEBUG_MOTOR
|
||||
|
||||
config DEBUG_STEPPER
|
||||
bool "Stepper Motor Debug Features"
|
||||
default n
|
||||
depends on STEPPER
|
||||
---help---
|
||||
Enable motor debug features.
|
||||
|
||||
if DEBUG_STEPPER
|
||||
|
||||
config DEBUG_STEPPER_ERROR
|
||||
bool "Stepper Motor Error Output"
|
||||
default n
|
||||
depends on DEBUG_ERROR
|
||||
---help---
|
||||
Enable motor error output to SYSLOG.
|
||||
|
||||
config DEBUG_STEPPER_WARN
|
||||
bool "Stepper Motor Warnings Output"
|
||||
default n
|
||||
depends on DEBUG_WARN
|
||||
---help---
|
||||
Enable motor warning output to SYSLOG.
|
||||
|
||||
config DEBUG_STEPPER_INFO
|
||||
bool "Stepper Motor Informational Output"
|
||||
default n
|
||||
depends on DEBUG_INFO
|
||||
---help---
|
||||
Enable motor informational output to SYSLOG.
|
||||
|
||||
endif # DEBUG_STEPPER
|
||||
|
||||
|
||||
config DEBUG_VIDEO
|
||||
bool "Video Debug Features"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user