summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-22 20:07:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-22 20:07:42 +0000
commit6eeaef11f00fd17362137c8e53f9ae3b889acb7d (patch)
tree58cab5adf79aed958f1b1b8793f99293a16133f5 /nuttx/configs/stm3240g-eval/include
parent53f5ca28646b826fb344dd870540493b0e7f916b (diff)
downloadpx4-nuttx-6eeaef11f00fd17362137c8e53f9ae3b889acb7d.tar.gz
px4-nuttx-6eeaef11f00fd17362137c8e53f9ae3b889acb7d.tar.bz2
px4-nuttx-6eeaef11f00fd17362137c8e53f9ae3b889acb7d.zip
More changes for STM3240 build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4121 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3240g-eval/include')
-rwxr-xr-xnuttx/configs/stm3240g-eval/include/board.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/configs/stm3240g-eval/include/board.h b/nuttx/configs/stm3240g-eval/include/board.h
index 56a75a56f..e3825551f 100755
--- a/nuttx/configs/stm3240g-eval/include/board.h
+++ b/nuttx/configs/stm3240g-eval/include/board.h
@@ -145,6 +145,16 @@
#warning "Missing logic"
+/* Alternate function pin selections ************************************************/
+
+/* UART3:
+ * - PC11 is MicroSDCard_D3 & RS232/IrDA_RX (JP22 open)
+ * - PC10 is MicroSDCard_D2 & RSS232/IrDA_TX
+ */
+
+#define GPIO_USART3_RX GPIO_USART3_RX_2
+#define GPIO_USART3_TX GPIO_USART3_TX_2
+
/************************************************************************************
* Public Data
************************************************************************************/