mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Add logic so that a RAM log can be used in place of a console device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4380 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -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 "normal" 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
|
||||
|
||||
Reference in New Issue
Block a user