From 3679ed0253f80cc5e028bf56f70dd81c17678cd7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 1 Mar 2009 16:23:36 +0000 Subject: Fixes to serial driver configuratin git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1553 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/ez80f910200zco/ostest/defconfig | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'nuttx/configs/ez80f910200zco/ostest/defconfig') 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 -- cgit v1.2.3