summaryrefslogtreecommitdiff
path: root/nuttx/configs/ez80f910200zco/ostest/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-28 01:27:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-28 01:27:30 +0000
commit3fc90051f2a1ff60541bfd911ef61e68d835bf73 (patch)
treed4299151a72a01219d8582b2f368b84c3db07b74 /nuttx/configs/ez80f910200zco/ostest/defconfig
parent658717a7c4bcb7f69635d5ffd097b7c8179783ec (diff)
downloadpx4-nuttx-3fc90051f2a1ff60541bfd911ef61e68d835bf73.tar.gz
px4-nuttx-3fc90051f2a1ff60541bfd911ef61e68d835bf73.tar.bz2
px4-nuttx-3fc90051f2a1ff60541bfd911ef61e68d835bf73.zip
Fixe ez80 serial setup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1531 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ez80f910200zco/ostest/defconfig')
-rw-r--r--nuttx/configs/ez80f910200zco/ostest/defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/ez80f910200zco/ostest/defconfig b/nuttx/configs/ez80f910200zco/ostest/defconfig
index 7629b5b04..7e218d105 100644
--- a/nuttx/configs/ez80f910200zco/ostest/defconfig
+++ b/nuttx/configs/ez80f910200zco/ostest/defconfig
@@ -85,6 +85,7 @@ CONFIG_ARCH_TIMERHOOK=y
#
# eZ80 specific device driver settings
#
+# CONFIG_UARTn_DISABLE - Disables all support for UARTn.
# CONFIG_UARTn_SERIAL_CONSOLE - selects the UARTn for the
# console and ttyS0 (default is the UART0).
# CONFIG_UARTn_RXBUFSIZE - Characters are buffered as received.
@@ -95,6 +96,8 @@ CONFIG_ARCH_TIMERHOOK=y
# CONFIG_UARTn_PARTIY - 0=no parity, 1=odd parity, 2=even parity
# CONFIG_UARTn_2STOP - 0=1 stop bit; 1=Two stop bits
#
+CONFIG_UART0_DISABLE=n
+CONFIG_UART1_DISABLE=y
CONFIG_UART0_SERIAL_CONSOLE=y
CONFIG_UART1_SERIAL_CONSOLE=n
CONFIG_UART0_TXBUFSIZE=0