diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index fdc628d49c5..dd13cb79984 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: September 11, 2009
+Last Updated: September 15, 2009
Last Updated: September 11, 2009
+Last Updated: September 15, 2009
@@ -2004,6 +2004,9 @@ extern void up_ledoff(int led);CONFIG_DEBUG_VERBOSE: enables verbose debug output
CONFIG_DEBUG_SYMBOLS: build without optimization and with debug symbols (needed for use with a debugger).
+ CONFIG_DEBUG_SCHED: enable OS debug output (disabled by default)
CONFIG_DEBUG_NET: enable network debug output (disabled by default)
CONFIG_DEBUG_USB: enable USB debug output (disabled by default)
+ CONFIG_DEBUG_FS: enable file system debug output (disabled by default)
CONFIG_DEBUG_LIB: enable C library debug output (disabled by default)
CONFIG_DEBUG_BINFMT: enable binary loader debug output (disabled by default)
+ CONFIG_DEBUG_GRAPHICS: enable NX graphics debug output (disabled by default)
+ CONFIG_ARCH_LOWPUTC: architecture supports low-level, boot
time console output