mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
debug: add motor related debug messsages
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
55517a51e0
commit
0f847c1514
@@ -1709,6 +1709,31 @@ config DEBUG_WATCHDOG_INFO
|
||||
Enable watchdog time informational output to SYSLOG.
|
||||
|
||||
endif # DEBUG_WATCHDOG
|
||||
|
||||
if DEBUG_MOTOR
|
||||
|
||||
config DEBUG_MOTOR_ERROR
|
||||
bool "Motor Error Output"
|
||||
default n
|
||||
depends on DEBUG_ERROR
|
||||
---help---
|
||||
Enable motor error output to SYSLOG.
|
||||
|
||||
config DEBUG_MOTOR_WARN
|
||||
bool "Motor Warnings Output"
|
||||
default n
|
||||
depends on DEBUG_WARN
|
||||
---help---
|
||||
Enable motor warning output to SYSLOG.
|
||||
|
||||
config DEBUG_MOTOR_INFO
|
||||
bool "Motor Informational Output"
|
||||
default n
|
||||
depends on DEBUG_INFO
|
||||
---help---
|
||||
Enable motor informational output to SYSLOG.
|
||||
|
||||
endif # DEBUG_MOTOR
|
||||
endif # DEBUG_FEATURES
|
||||
|
||||
config ARCH_HAVE_STACKCHECK
|
||||
|
||||
Reference in New Issue
Block a user