summaryrefslogtreecommitdiff
path: root/nuttx/configs/sure-pic32mx/usbnsh/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sure-pic32mx/usbnsh/defconfig')
-rw-r--r--nuttx/configs/sure-pic32mx/usbnsh/defconfig10
1 files changed, 6 insertions, 4 deletions
diff --git a/nuttx/configs/sure-pic32mx/usbnsh/defconfig b/nuttx/configs/sure-pic32mx/usbnsh/defconfig
index 8e947e9db..fd308d6bc 100644
--- a/nuttx/configs/sure-pic32mx/usbnsh/defconfig
+++ b/nuttx/configs/sure-pic32mx/usbnsh/defconfig
@@ -307,7 +307,7 @@ CONFIG_TASK_NAME_SIZE=0
CONFIG_START_YEAR=2012
CONFIG_START_MONTH=3
CONFIG_START_DAY=6
-CONFIG_DEV_CONSOLE=y
+# CONFIG_DEV_CONSOLE is not set
# CONFIG_MUTEX_TYPES is not set
# CONFIG_PRIORITY_INHERITANCE is not set
# CONFIG_FDCLONE_DISABLE is not set
@@ -395,8 +395,8 @@ CONFIG_NO_SERIAL_CONSOLE=y
#
# UART2 Configuration
#
-CONFIG_UART2_RXBUFSIZE=256
-CONFIG_UART2_TXBUFSIZE=256
+CONFIG_UART2_RXBUFSIZE=64
+CONFIG_UART2_TXBUFSIZE=64
CONFIG_UART2_BAUD=115200
CONFIG_UART2_BITS=8
CONFIG_UART2_PARITY=0
@@ -476,7 +476,9 @@ CONFIG_CDCACM_PRODUCTSTR="CDC/ACM Serial"
# System Logging
#
# CONFIG_SYSLOG_ENABLE is not set
-# CONFIG_SYSLOG is not set
+CONFIG_SYSLOG=y
+CONFIG_SYSLOG_CHAR=y
+CONFIG_SYSLOG_DEVPATH="/dev/ttyS0"
#
# Graphics Support