From 94f060c8e1489fe7f947153d07ce9fc9d5aafcfc Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 18 Jun 2011 15:49:59 +0000 Subject: [PATCH] Update documents and comments git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3723 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 46 +++++++++++++++++++++++++--- 1 file changed, 42 insertions(+), 4 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index faa9f32cf4..e4bcc5d64e 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: May 28, 2011

+

Last Updated: June 18, 2011

@@ -3208,17 +3208,37 @@ build -

General OS setup

+

Debug Options

+

+ General Debug setup options are provided to (1) enable and control debug console output, (2) to build NuttX for use with a debugger, and (3) to enable specific debug features: +

+

+ If debug features are enabled with CONFIG_DEBUG (and possibly CONFIG_DEBUG_VERBOSE), then debug console output can also be enabled on a subsystem-by-subsystem basis. + Below are debug subsystems that are generally available on all platforms: +

+

+ The following debug options may also be used with certain ports that support these features: +

+ + +

General OS setup

+