summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/chip.h
diff options
context:
space:
mode:
authorkbrtny <kevinbretney@gmail.com>2014-09-16 14:19:56 -0700
committerAndrew Tridgell <tridge@samba.org>2014-11-26 19:21:35 +1100
commit41a6b1cf857e419fe7107808f149ba169559db9e (patch)
tree30d296253f61b98c61a9c6cdb082db80f4881156 /nuttx/arch/arm/src/stm32/chip.h
parentec6b670f6d1e964700c0b0a50d14db12761e3097 (diff)
downloadpx4-nuttx-41a6b1cf857e419fe7107808f149ba169559db9e.tar.gz
px4-nuttx-41a6b1cf857e419fe7107808f149ba169559db9e.tar.bz2
px4-nuttx-41a6b1cf857e419fe7107808f149ba169559db9e.zip
Added WIP F102 support for the MAvstation
Diffstat (limited to 'nuttx/arch/arm/src/stm32/chip.h')
-rw-r--r--nuttx/arch/arm/src/stm32/chip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/stm32/chip.h b/nuttx/arch/arm/src/stm32/chip.h
index 28aeca1a0..315725b69 100644
--- a/nuttx/arch/arm/src/stm32/chip.h
+++ b/nuttx/arch/arm/src/stm32/chip.h
@@ -69,6 +69,10 @@
# if defined(CONFIG_STM32_VALUELINE)
# include "chip/stm32f100_pinmap.h"
+/* STM32 F102 USB Access Medium Density Family */
+# elif defined(CONFIG_ARCH_CHIP_STM32F102CB)
+# include "chip/stm32f102_pinmap.h"
+
/* STM32 F103 Low / Medium Density Family */
# elif defined(CONFIG_ARCH_CHIP_STM32F103C4) || defined(CONFIG_ARCH_CHIP_STM32F103C8)
# include "chip/stm32f103c_pinmap.h"