mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Introduce arch-specific debug macro hooks
Make it possible for arch code to provide hook macros for NuttX dbg that will lead to arch-specific syslog() and lowsyslog() variants.
This commit is contained in:
@@ -376,6 +376,12 @@ config ARCH_STDARG_H
|
||||
ARCH_STDARG_H=y and providing. If ARCH_STDARG_H, is not defined, then
|
||||
the stdarg.h header file will stay out-of-the-way in include/nuttx/.
|
||||
|
||||
config ARCH_DEBUG_H
|
||||
bool "debug.h"
|
||||
default n
|
||||
---help---
|
||||
The debug.h contains architecture dependent debugging primitives
|
||||
|
||||
endmenu # Customize Header Files
|
||||
|
||||
menu "Debug Options"
|
||||
|
||||
Reference in New Issue
Block a user