summaryrefslogtreecommitdiff
path: root/nuttx/configs/ez80f910200zco/ostest/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-01 16:23:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-01 16:23:36 +0000
commit3679ed0253f80cc5e028bf56f70dd81c17678cd7 (patch)
tree53983ec3d82b4c9cf56af3dec3a389128a96a77f /nuttx/configs/ez80f910200zco/ostest/defconfig
parent11981069015df6e1bd861ce34937de5f1a3c50e7 (diff)
downloadpx4-nuttx-3679ed0253f80cc5e028bf56f70dd81c17678cd7.tar.gz
px4-nuttx-3679ed0253f80cc5e028bf56f70dd81c17678cd7.tar.bz2
px4-nuttx-3679ed0253f80cc5e028bf56f70dd81c17678cd7.zip
Fixes to serial driver configuratin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1553 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ez80f910200zco/ostest/defconfig')
-rw-r--r--nuttx/configs/ez80f910200zco/ostest/defconfig9
1 files changed, 6 insertions, 3 deletions
diff --git a/nuttx/configs/ez80f910200zco/ostest/defconfig b/nuttx/configs/ez80f910200zco/ostest/defconfig
index 35c7bd9e2..18945d130 100644
--- a/nuttx/configs/ez80f910200zco/ostest/defconfig
+++ b/nuttx/configs/ez80f910200zco/ostest/defconfig
@@ -93,6 +93,7 @@ CONFIG_ARCH_TIMERHOOK=y
# CONFIG_UARTn_TXBUFSIZE - Characters are buffered before
# being sent. This specific the size of the transmit buffer
# CONFIG_UARTn_BAUD - The configure BAUD of the UART.
+# CONFIG_UARTn_BITS - The number of data bits (7 or 8)
# CONFIG_UARTn_PARTIY - 0=no parity, 1=odd parity, 2=even parity
# CONFIG_UARTn_2STOP - 0=1 stop bit; 1=Two stop bits
#
@@ -100,12 +101,14 @@ CONFIG_UART0_DISABLE=n
CONFIG_UART1_DISABLE=y
CONFIG_UART0_SERIAL_CONSOLE=y
CONFIG_UART1_SERIAL_CONSOLE=n
-CONFIG_UART0_TXBUFSIZE=0
+CONFIG_UART0_TXBUFSIZE=64
CONFIG_UART1_TXBUFSIZE=0
-CONFIG_UART0_RXBUFSIZE=0
+CONFIG_UART0_RXBUFSIZE=192
CONFIG_UART1_RXBUFSIZE=0
CONFIG_UART0_BAUD=57600
CONFIG_UART1_BAUD=57600
+CONFIG_UART0_BITS=0
+CONFIG_UART1_BITS=0
CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0
CONFIG_UART0_2STOP=0
@@ -195,7 +198,7 @@ CONFIG_HAVE_LIBM=n
# CONFIG_DEV_CONSOLE - Set if architecture-specific logic
# provides /dev/console. Enables stdout, stderr, stdin.
# CONFIG_DEV_LOWCONSOLE - Use the simple, low-level serial console
-# driver (minimul support)
+# driver (minimal, write-only support)
#
CONFIG_EXAMPLE=ostest
CONFIG_DEBUG=y