summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-23 22:32:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-23 22:32:52 +0000
commit2937aaaaf09c2f0d5b46b1a2a30eac962d8455d3 (patch)
tree4c931c8603e4c674f6eec802044b430a953536db /nuttx/Documentation/NuttxPortingGuide.html
parentfa64306fac12fed8522ab0facdb2cd7f211b2d30 (diff)
downloadpx4-nuttx-2937aaaaf09c2f0d5b46b1a2a30eac962d8455d3.tar.gz
px4-nuttx-2937aaaaf09c2f0d5b46b1a2a30eac962d8455d3.tar.bz2
px4-nuttx-2937aaaaf09c2f0d5b46b1a2a30eac962d8455d3.zip
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
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index afe1aafa3..2aed8d106 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -1197,6 +1197,15 @@ 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_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)
+ </li>
+ <li>
<code>CONFIG_DEBUG_VERBOSE</code>: enables verbose debug output
</li>
<li>