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:
parent
42f1abbdbd
commit
95cdfcab86
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue