mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Rename CONFIG_RAMLOG_CONSOLE_BUFSIZE to just CONFIG_RAMLOG_BUFSIZE
This commit is contained in:
@@ -1147,7 +1147,7 @@ Where <subdir> is one of the following:
|
|||||||
|
|
||||||
Logging is currently set up to use 16Kb of memory:
|
Logging is currently set up to use 16Kb of memory:
|
||||||
|
|
||||||
CONFIG_RAMLOG_CONSOLE_BUFSIZE=16384
|
CONFIG_RAMLOG_BUFSIZE=16384
|
||||||
|
|
||||||
There are a few other configuration differences as necessary to support
|
There are a few other configuration differences as necessary to support
|
||||||
this different device configuration. Just the do the 'diff' if you are
|
this different device configuration. Just the do the 'diff' if you are
|
||||||
|
|||||||
@@ -525,7 +525,7 @@ CONFIG_SERIAL=y
|
|||||||
CONFIG_RAMLOG=y
|
CONFIG_RAMLOG=y
|
||||||
CONFIG_RAMLOG_SYSLOG=y
|
CONFIG_RAMLOG_SYSLOG=y
|
||||||
# CONFIG_RAMLOG_CONSOLE is not set
|
# CONFIG_RAMLOG_CONSOLE is not set
|
||||||
CONFIG_RAMLOG_CONSOLE_BUFSIZE=16384
|
CONFIG_RAMLOG_BUFSIZE=16384
|
||||||
# CONFIG_RAMLOG_CRLF is not set
|
# CONFIG_RAMLOG_CRLF is not set
|
||||||
CONFIG_RAMLOG_NONBLOCKING=y
|
CONFIG_RAMLOG_NONBLOCKING=y
|
||||||
CONFIG_RAMLOG_NPOLLWAITERS=4
|
CONFIG_RAMLOG_NPOLLWAITERS=4
|
||||||
|
|||||||
@@ -610,7 +610,7 @@ CONFIG_SERIAL=y
|
|||||||
#
|
#
|
||||||
CONFIG_RAMLOG=y
|
CONFIG_RAMLOG=y
|
||||||
CONFIG_RAMLOG_SYSLOG=y
|
CONFIG_RAMLOG_SYSLOG=y
|
||||||
CONFIG_RAMLOG_CONSOLE_BUFSIZE=1024
|
CONFIG_RAMLOG_BUFSIZE=1024
|
||||||
# CONFIG_RAMLOG_CRLF is not set
|
# CONFIG_RAMLOG_CRLF is not set
|
||||||
CONFIG_RAMLOG_NONBLOCKING=y
|
CONFIG_RAMLOG_NONBLOCKING=y
|
||||||
CONFIG_RAMLOG_NPOLLWAITERS=4
|
CONFIG_RAMLOG_NPOLLWAITERS=4
|
||||||
|
|||||||
@@ -612,7 +612,7 @@ CONFIG_SERIAL=y
|
|||||||
#
|
#
|
||||||
CONFIG_RAMLOG=y
|
CONFIG_RAMLOG=y
|
||||||
CONFIG_RAMLOG_SYSLOG=y
|
CONFIG_RAMLOG_SYSLOG=y
|
||||||
CONFIG_RAMLOG_CONSOLE_BUFSIZE=1024
|
CONFIG_RAMLOG_BUFSIZE=1024
|
||||||
# CONFIG_RAMLOG_CRLF is not set
|
# CONFIG_RAMLOG_CRLF is not set
|
||||||
CONFIG_RAMLOG_NONBLOCKING=y
|
CONFIG_RAMLOG_NONBLOCKING=y
|
||||||
CONFIG_RAMLOG_NPOLLWAITERS=4
|
CONFIG_RAMLOG_NPOLLWAITERS=4
|
||||||
|
|||||||
@@ -932,7 +932,7 @@ Where <subdir> is one of the following:
|
|||||||
|
|
||||||
Logging is currently can be set up to use any amount of memory (here 8KB):
|
Logging is currently can be set up to use any amount of memory (here 8KB):
|
||||||
|
|
||||||
CONFIG_RAMLOG_CONSOLE_BUFSIZE=8192
|
CONFIG_RAMLOG_BUFSIZE=8192
|
||||||
|
|
||||||
STATUS:
|
STATUS:
|
||||||
2013-7-4: This configuration was last verified.
|
2013-7-4: This configuration was last verified.
|
||||||
|
|||||||
Reference in New Issue
Block a user