summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-01 12:00:40 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-01 12:00:40 -0600
commitcdb5a7864167327c84394786f00030f8f9a74f87 (patch)
tree564f5a2e9b1ef88f08f2b3c17de6cc4bbc6adf16 /nuttx/configs
parent0a5eb9f4bd2e38aeef482976ce1b960430cfa29a (diff)
downloadpx4-nuttx-cdb5a7864167327c84394786f00030f8f9a74f87.tar.gz
px4-nuttx-cdb5a7864167327c84394786f00030f8f9a74f87.tar.bz2
px4-nuttx-cdb5a7864167327c84394786f00030f8f9a74f87.zip
Rename CONFIG_RAMLOG_CONSOLE_BUFSIZE to just CONFIG_RAMLOG_BUFSIZE
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/pic32-starterkit/README.txt2
-rw-r--r--nuttx/configs/pic32-starterkit/nsh2/defconfig2
-rw-r--r--nuttx/configs/stm3220g-eval/nsh2/defconfig2
-rw-r--r--nuttx/configs/stm3240g-eval/nsh2/defconfig2
-rw-r--r--nuttx/configs/sure-pic32mx/README.txt2
5 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/configs/pic32-starterkit/README.txt b/nuttx/configs/pic32-starterkit/README.txt
index 034b89d32..0f0a545e4 100644
--- a/nuttx/configs/pic32-starterkit/README.txt
+++ b/nuttx/configs/pic32-starterkit/README.txt
@@ -1147,7 +1147,7 @@ Where <subdir> is one of the following:
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
this different device configuration. Just the do the 'diff' if you are
diff --git a/nuttx/configs/pic32-starterkit/nsh2/defconfig b/nuttx/configs/pic32-starterkit/nsh2/defconfig
index cf0fc455a..0ac44bc69 100644
--- a/nuttx/configs/pic32-starterkit/nsh2/defconfig
+++ b/nuttx/configs/pic32-starterkit/nsh2/defconfig
@@ -525,7 +525,7 @@ CONFIG_SERIAL=y
CONFIG_RAMLOG=y
CONFIG_RAMLOG_SYSLOG=y
# CONFIG_RAMLOG_CONSOLE is not set
-CONFIG_RAMLOG_CONSOLE_BUFSIZE=16384
+CONFIG_RAMLOG_BUFSIZE=16384
# CONFIG_RAMLOG_CRLF is not set
CONFIG_RAMLOG_NONBLOCKING=y
CONFIG_RAMLOG_NPOLLWAITERS=4
diff --git a/nuttx/configs/stm3220g-eval/nsh2/defconfig b/nuttx/configs/stm3220g-eval/nsh2/defconfig
index 88ed24d93..076e7cd70 100644
--- a/nuttx/configs/stm3220g-eval/nsh2/defconfig
+++ b/nuttx/configs/stm3220g-eval/nsh2/defconfig
@@ -610,7 +610,7 @@ CONFIG_SERIAL=y
#
CONFIG_RAMLOG=y
CONFIG_RAMLOG_SYSLOG=y
-CONFIG_RAMLOG_CONSOLE_BUFSIZE=1024
+CONFIG_RAMLOG_BUFSIZE=1024
# CONFIG_RAMLOG_CRLF is not set
CONFIG_RAMLOG_NONBLOCKING=y
CONFIG_RAMLOG_NPOLLWAITERS=4
diff --git a/nuttx/configs/stm3240g-eval/nsh2/defconfig b/nuttx/configs/stm3240g-eval/nsh2/defconfig
index 01e2963d6..9f88c2fff 100644
--- a/nuttx/configs/stm3240g-eval/nsh2/defconfig
+++ b/nuttx/configs/stm3240g-eval/nsh2/defconfig
@@ -612,7 +612,7 @@ CONFIG_SERIAL=y
#
CONFIG_RAMLOG=y
CONFIG_RAMLOG_SYSLOG=y
-CONFIG_RAMLOG_CONSOLE_BUFSIZE=1024
+CONFIG_RAMLOG_BUFSIZE=1024
# CONFIG_RAMLOG_CRLF is not set
CONFIG_RAMLOG_NONBLOCKING=y
CONFIG_RAMLOG_NPOLLWAITERS=4
diff --git a/nuttx/configs/sure-pic32mx/README.txt b/nuttx/configs/sure-pic32mx/README.txt
index 89f563efd..0c0b99427 100644
--- a/nuttx/configs/sure-pic32mx/README.txt
+++ b/nuttx/configs/sure-pic32mx/README.txt
@@ -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):
- CONFIG_RAMLOG_CONSOLE_BUFSIZE=8192
+ CONFIG_RAMLOG_BUFSIZE=8192
STATUS:
2013-7-4: This configuration was last verified.