summaryrefslogtreecommitdiff
path: root/nuttx/configs/pcblogic-pic32mx/ostest/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-20 16:19:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-20 16:19:01 +0000
commitf943a6e94a7caa69aad320ec610ffb33c8686919 (patch)
tree1351d134abaf1d5a0bf8ef5e88c92fb3b0e2fabe /nuttx/configs/pcblogic-pic32mx/ostest/defconfig
parentbccc2e256e4664cb3010a678722866a71e2fafc5 (diff)
downloadpx4-nuttx-f943a6e94a7caa69aad320ec610ffb33c8686919.tar.gz
px4-nuttx-f943a6e94a7caa69aad320ec610ffb33c8686919.tar.bz2
px4-nuttx-f943a6e94a7caa69aad320ec610ffb33c8686919.zip
Fleshing out PIC32 port
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3632 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/pcblogic-pic32mx/ostest/defconfig')
-rw-r--r--nuttx/configs/pcblogic-pic32mx/ostest/defconfig18
1 files changed, 2 insertions, 16 deletions
diff --git a/nuttx/configs/pcblogic-pic32mx/ostest/defconfig b/nuttx/configs/pcblogic-pic32mx/ostest/defconfig
index 0e74af970..2b2ca4674 100644
--- a/nuttx/configs/pcblogic-pic32mx/ostest/defconfig
+++ b/nuttx/configs/pcblogic-pic32mx/ostest/defconfig
@@ -159,40 +159,26 @@ CONFIG_PIC32MX_IOPORTG=y
# CONFIG_UARTn_PARTIY - 0=no parity, 1=odd parity, 2=even parity
# CONFIG_UARTn_2STOP - Two stop bits
#
-CONFIG_UART0_SERIAL_CONSOLE=n
-CONFIG_UART1_SERIAL_CONSOLE=n
+CONFIG_UART1_SERIAL_CONSOLE=y
CONFIG_UART2_SERIAL_CONSOLE=n
-CONFIG_UART3_SERIAL_CONSOLE=y
-CONFIG_UART0_TXBUFSIZE=256
CONFIG_UART1_TXBUFSIZE=256
CONFIG_UART2_TXBUFSIZE=256
-CONFIG_UART3_TXBUFSIZE=256
-CONFIG_UART0_RXBUFSIZE=256
CONFIG_UART1_RXBUFSIZE=256
CONFIG_UART2_RXBUFSIZE=256
-CONFIG_UART3_RXBUFSIZE=256
-CONFIG_UART0_BAUD=115200
-CONFIG_UART2_BAUD=115200
-CONFIG_UART3_BAUD=115200
CONFIG_UART1_BAUD=115200
+CONFIG_UART2_BAUD=115200
-CONFIG_UART0_BITS=8
CONFIG_UART1_BITS=8
CONFIG_UART2_BITS=8
-CONFIG_UART3_BITS=8
-CONFIG_UART0_PARITY=0
CONFIG_UART1_PARITY=0
CONFIG_UART2_PARITY=0
-CONFIG_UART3_PARITY=0
-CONFIG_UART0_2STOP=0
CONFIG_UART1_2STOP=0
CONFIG_UART2_2STOP=0
-CONFIG_UART3_2STOP=0
#
# General build options