diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index faa9f32cf40..e4bcc5d64ec 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

+