From de29a1f8a94095e066f7dc2d568abbbf9f1012df Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 18 Jun 2011 15:49:59 +0000 Subject: Update documents and comments git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3723 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttxPortingGuide.html | 46 +++++++++++++++++++++++++++--- nuttx/arch/avr/src/avr/excptmacros.h | 2 +- nuttx/arch/avr/src/avr/up_switchcontext.S | 2 +- nuttx/configs/teensy/nsh/defconfig | 2 +- nuttx/drivers/serial/serialirq.c | 4 +-- 5 files changed, 47 insertions(+), 9 deletions(-) (limited to 'nuttx') diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html index faa9f32cf..e4bcc5d64 100644 --- a/nuttx/Documentation/NuttxPortingGuide.html +++ b/nuttx/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

+