summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/chip/stm32f40xxx_pinmap.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-19 20:30:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-19 20:30:39 +0000
commitfa09debae62c900129855fe03932ab0ceef2d0b0 (patch)
tree6b21b337cfd6e6cd8baeeb33a375a7c9226bf696 /nuttx/arch/arm/src/stm32/chip/stm32f40xxx_pinmap.h
parent3d7a7cab5a53586684ea034062e200d33951fef0 (diff)
downloadpx4-nuttx-fa09debae62c900129855fe03932ab0ceef2d0b0.tar.gz
px4-nuttx-fa09debae62c900129855fe03932ab0ceef2d0b0.tar.bz2
px4-nuttx-fa09debae62c900129855fe03932ab0ceef2d0b0.zip
Revised FAT bugfix
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4104 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/stm32/chip/stm32f40xxx_pinmap.h')
-rw-r--r--nuttx/arch/arm/src/stm32/chip/stm32f40xxx_pinmap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/stm32/chip/stm32f40xxx_pinmap.h b/nuttx/arch/arm/src/stm32/chip/stm32f40xxx_pinmap.h
index ec02146a3..ee0ed7daa 100644
--- a/nuttx/arch/arm/src/stm32/chip/stm32f40xxx_pinmap.h
+++ b/nuttx/arch/arm/src/stm32/chip/stm32f40xxx_pinmap.h
@@ -62,6 +62,12 @@
* The driver will then automatically configre PA11 as the CAN1 RX pin.
*/
+/* Additional effort is required to select specific GPIO options such as frequency,
+ * open-drain/push-pull, and pull-up/down!
+ */
+
+#warning "Missing logic"
+
/* CAN */
#define GPIO_CAN1_RX_1 (GPIO_ALT|GPIO_AF9|GPIO_PORTA|GPIO_PIN11)