From a7ff75c4608b5f985e215facf31de5b7e6f3ee81 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 23 Nov 2007 22:32:52 +0000 Subject: [PATCH] Debug can now be selectively enabled by subystem git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@404 42af7a65-404d-4744-a932-0658087f49c3 --- configs/README.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/README.txt b/configs/README.txt index 03d6aad8b5..42d5c9055f 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -126,6 +126,12 @@ defconfig -- This is a configuration file similar to the Linux that will be used in the build CONFIG_DEBUG - enables built-in debug options CONFIG_DEBUG_VERBOSE - enables verbose debug output + CONFIG_DEBUG_SCHED - enable OS debug output (disabled by + default) + CONFIG_DEBUG_MM - enable memory management debug output + (disabld by default) + CONFIG_DEBUG_NET - enable network debug output (disabled + by default) CONFIG_HAVE_LOWPUTC - architecture supports low-level, boot time console output CONFIG_MM_REGIONS - If the architecture includes multiple