aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-11 03:50:52 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-11 03:50:52 +0000
commitf03655f43ab405c54f4e140eedb3a705380cc83a (patch)
tree6c5b47ab79d40800d497f8a470aad5aa569ff9d6 /nuttx/Documentation
parentddd6b7d383b9d1ad02e69ae09e7a38ea45a608d5 (diff)
downloadpx4-firmware-f03655f43ab405c54f4e140eedb3a705380cc83a.tar.gz
px4-firmware-f03655f43ab405c54f4e140eedb3a705380cc83a.tar.bz2
px4-firmware-f03655f43ab405c54f4e140eedb3a705380cc83a.zip
Add logic so that a RAM log can be used in place of a console device
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4380 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 2fd18b1d8..244f07538 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -3856,8 +3856,10 @@ build
You must also define <code>CONFIG_GREGORIAN_TIME</code> in order to use Julian time.
</li>
<li>
- <code>CONFIG_DEV_CONSOLE</code>: Set if architecture-specific logic
- provides /dev/console. Enables stdout, stderr, stdin.
+ <code>CONFIG_DEV_CONSOLE</code>: Set if architecture-specific logic provides <code>/dev/console</code>.
+ Enables <code>stdout</code>, <code>stderr</code>, and <code>stdin</code>.
+ This implies the &quot;normal&quot; serial driver provides the console unless another console device is specified
+ (See <code>CONFIG_DEV_LOWCONSOLE</code>).
</li>
<li>
<code>CONFIG_MUTEX_TYPES</code>: Set to enable support for recursive and