From c2079e368c183a100c549671925b66d6b993c8c2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 12 Feb 2012 23:54:26 +0000 Subject: Add interface to enabled/disable debug output git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4386 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttxPortingGuide.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nuttx/Documentation') diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html index 4b562057d..62f795887 100644 --- a/nuttx/Documentation/NuttxPortingGuide.html +++ b/nuttx/Documentation/NuttxPortingGuide.html @@ -3729,6 +3729,9 @@ build If only CONFIG_DEBUG then the only output will be errors, warnings, and critical information. If CONFIG_DEBUG_VERBOSE is defined in addition, then general debug comments will also be included in the console output. +
  • + CONFIG_DEBUG_ENABLE: Support an interface to enable or disable debug output. +
  • CONFIG_DEBUG_SYMBOLS: build without optimization and with debug symbols (needed for use with a debugger). This option has nothing to do with debug output. -- cgit v1.2.3