summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-24 13:59:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-24 13:59:57 +0000
commitb4c624a2a52f28442a1ceab080d491d83f3b7731 (patch)
treea72b1e5b8dac00117d4a07c86d6c10e163f2b39e /nuttx/Documentation/NuttxPortingGuide.html
parentb1ba6835d554382c77a216a3f2eb3fa7ded96535 (diff)
downloadpx4-nuttx-b4c624a2a52f28442a1ceab080d491d83f3b7731.tar.gz
px4-nuttx-b4c624a2a52f28442a1ceab080d491d83f3b7731.tar.bz2
px4-nuttx-b4c624a2a52f28442a1ceab080d491d83f3b7731.zip
fs/ and lib/ debug can be selectively enabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@406 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 2aed8d106..fe18ecba8 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -1197,16 +1197,22 @@ The system can be re-made subsequently by just typing <code>make</code>.
<code>CONFIG_DEBUG</code>: enables built-in debug options
</li>
<li>
+ <code>CONFIG_DEBUG_VERBOSE</code>: enables verbose debug output
+ </li>
+ <li>
<code>CONFIG_DEBUG_SCHED</code>: enable OS debug output (disabled by default)
</li>
<li>
<code>CONFIG_DEBUG_MM</code>: enable memory management debug output (disabld by default)
</li>
<li>
- <code>CONFIG_DEBUG_NET</code>: enable networkd debug output (disabled by default)
+ <code>CONFIG_DEBUG_NET</code>: enable network debug output (disabled by default)
</li>
<li>
- <code>CONFIG_DEBUG_VERBOSE</code>: enables verbose debug output
+ <code>CONFIG_DEBUG_FS</code>: enable filesystem debug output (disabled by default)
+ </li>
+ <li>
+ <code>CONFIG_DEBUG_LIB</code>: enable C library debug output (disabled by default)
</li>
<li>
<code>CONFIG_HAVE_LOWPUTC</code>: architecture supports low-level, boot