summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-09 06:09:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-09 06:09:03 -0600
commit66437530e0be2dbef371f994f7983ff529d6e77b (patch)
treeedeba3feb6c4fa3b24aff5d9b10fe41fbe971b49 /nuttx/configs/stm32f4discovery
parentdf9d928f7ba7c2784a1864d1be0e1f234a3d9c73 (diff)
downloadpx4-nuttx-66437530e0be2dbef371f994f7983ff529d6e77b.tar.gz
px4-nuttx-66437530e0be2dbef371f994f7983ff529d6e77b.tar.bz2
px4-nuttx-66437530e0be2dbef371f994f7983ff529d6e77b.zip
Remove non-standard, conditional syslog_enable(), instead only the required, standard setlogmask()
Diffstat (limited to 'nuttx/configs/stm32f4discovery')
-rw-r--r--nuttx/configs/stm32f4discovery/cxxtest/defconfig2
-rw-r--r--nuttx/configs/stm32f4discovery/elf/defconfig2
-rw-r--r--nuttx/configs/stm32f4discovery/kostest/defconfig2
-rw-r--r--nuttx/configs/stm32f4discovery/netnsh/defconfig2
-rw-r--r--nuttx/configs/stm32f4discovery/nsh/defconfig2
-rw-r--r--nuttx/configs/stm32f4discovery/nxlines/defconfig2
-rw-r--r--nuttx/configs/stm32f4discovery/pm/defconfig2
-rw-r--r--nuttx/configs/stm32f4discovery/posix_spawn/defconfig2
-rw-r--r--nuttx/configs/stm32f4discovery/usbnsh/defconfig2
9 files changed, 9 insertions, 9 deletions
diff --git a/nuttx/configs/stm32f4discovery/cxxtest/defconfig b/nuttx/configs/stm32f4discovery/cxxtest/defconfig
index 198838fd6..c0c73d0dc 100644
--- a/nuttx/configs/stm32f4discovery/cxxtest/defconfig
+++ b/nuttx/configs/stm32f4discovery/cxxtest/defconfig
@@ -549,7 +549,7 @@ CONFIG_DISABLE_MOUNTPOINT=y
#
# System Logging
#
-# CONFIG_SYSLOG_ENABLE is not set
+
# CONFIG_SYSLOG is not set
#
diff --git a/nuttx/configs/stm32f4discovery/elf/defconfig b/nuttx/configs/stm32f4discovery/elf/defconfig
index 85dd7d97b..222d7f48e 100644
--- a/nuttx/configs/stm32f4discovery/elf/defconfig
+++ b/nuttx/configs/stm32f4discovery/elf/defconfig
@@ -551,7 +551,7 @@ CONFIG_FS_ROMFS=y
#
# System Logging
#
-# CONFIG_SYSLOG_ENABLE is not set
+
# CONFIG_SYSLOG is not set
#
diff --git a/nuttx/configs/stm32f4discovery/kostest/defconfig b/nuttx/configs/stm32f4discovery/kostest/defconfig
index 20164a506..355f0364e 100644
--- a/nuttx/configs/stm32f4discovery/kostest/defconfig
+++ b/nuttx/configs/stm32f4discovery/kostest/defconfig
@@ -646,7 +646,7 @@ CONFIG_DISABLE_MOUNTPOINT=y
#
# System Logging
#
-# CONFIG_SYSLOG_ENABLE is not set
+
# CONFIG_SYSLOG is not set
#
diff --git a/nuttx/configs/stm32f4discovery/netnsh/defconfig b/nuttx/configs/stm32f4discovery/netnsh/defconfig
index d0291b8fb..e03af6e45 100644
--- a/nuttx/configs/stm32f4discovery/netnsh/defconfig
+++ b/nuttx/configs/stm32f4discovery/netnsh/defconfig
@@ -823,7 +823,7 @@ CONFIG_FAT_MAXFNAME=32
#
# System Logging
#
-# CONFIG_SYSLOG_ENABLE is not set
+
# CONFIG_SYSLOG is not set
#
diff --git a/nuttx/configs/stm32f4discovery/nsh/defconfig b/nuttx/configs/stm32f4discovery/nsh/defconfig
index 660ee805a..3f0204692 100644
--- a/nuttx/configs/stm32f4discovery/nsh/defconfig
+++ b/nuttx/configs/stm32f4discovery/nsh/defconfig
@@ -652,7 +652,7 @@ CONFIG_USART2_2STOP=0
#
# System Logging
#
-# CONFIG_SYSLOG_ENABLE is not set
+
# CONFIG_SYSLOG is not set
#
diff --git a/nuttx/configs/stm32f4discovery/nxlines/defconfig b/nuttx/configs/stm32f4discovery/nxlines/defconfig
index de4031f59..d967dc7b5 100644
--- a/nuttx/configs/stm32f4discovery/nxlines/defconfig
+++ b/nuttx/configs/stm32f4discovery/nxlines/defconfig
@@ -600,7 +600,7 @@ CONFIG_USART2_2STOP=0
#
# System Logging
#
-# CONFIG_SYSLOG_ENABLE is not set
+
# CONFIG_SYSLOG is not set
#
diff --git a/nuttx/configs/stm32f4discovery/pm/defconfig b/nuttx/configs/stm32f4discovery/pm/defconfig
index f843d527c..7a03090e4 100644
--- a/nuttx/configs/stm32f4discovery/pm/defconfig
+++ b/nuttx/configs/stm32f4discovery/pm/defconfig
@@ -567,7 +567,7 @@ CONFIG_USART2_2STOP=0
#
# System Logging
#
-# CONFIG_SYSLOG_ENABLE is not set
+
# CONFIG_SYSLOG is not set
#
diff --git a/nuttx/configs/stm32f4discovery/posix_spawn/defconfig b/nuttx/configs/stm32f4discovery/posix_spawn/defconfig
index d5c80d0ec..3d23412ed 100644
--- a/nuttx/configs/stm32f4discovery/posix_spawn/defconfig
+++ b/nuttx/configs/stm32f4discovery/posix_spawn/defconfig
@@ -551,7 +551,7 @@ CONFIG_FS_ROMFS=y
#
# System Logging
#
-# CONFIG_SYSLOG_ENABLE is not set
+
# CONFIG_SYSLOG is not set
#
diff --git a/nuttx/configs/stm32f4discovery/usbnsh/defconfig b/nuttx/configs/stm32f4discovery/usbnsh/defconfig
index f5c28f72a..7712f3260 100644
--- a/nuttx/configs/stm32f4discovery/usbnsh/defconfig
+++ b/nuttx/configs/stm32f4discovery/usbnsh/defconfig
@@ -606,7 +606,7 @@ CONFIG_CDCACM_PRODUCTSTR="CDC/ACM Serial"
#
# System Logging
#
-# CONFIG_SYSLOG_ENABLE is not set
+
CONFIG_SYSLOG=y
CONFIG_SYSLOG_CHAR=y
CONFIG_SYSLOG_DEVPATH="/dev/ttyS0"