mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
debug: Let boards define custom debug configuration.
Allows the debug behavior to be specified as part of the board, architecture or chip configuration. This is useful when using out-of tree custom board configurations.
This commit is contained in:
@@ -34,6 +34,9 @@
|
||||
#ifdef CONFIG_ARCH_CHIP_DEBUG_H
|
||||
# include <arch/chip/debug.h>
|
||||
#endif
|
||||
#ifdef CONFIG_ARCH_BOARD_DEBUG_H
|
||||
# include <arch/board/debug.h>
|
||||
#endif
|
||||
|
||||
#include <syslog.h>
|
||||
#include <sys/uio.h>
|
||||
|
||||
Reference in New Issue
Block a user