summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-02 08:24:46 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-02 08:24:46 -0600
commit632277bf3823219dc74fd11cc666b803bfc28f66 (patch)
treeb012a9c280be614f11a01a0ef60bda5e3de44a7b /nuttx/arch/arm/src/stm32/Kconfig
parentdf8743f48efa538bb588d7f4572a24f93cff2625 (diff)
downloadpx4-nuttx-632277bf3823219dc74fd11cc666b803bfc28f66.tar.gz
px4-nuttx-632277bf3823219dc74fd11cc666b803bfc28f66.tar.bz2
px4-nuttx-632277bf3823219dc74fd11cc666b803bfc28f66.zip
Add framework for Spark Core board support. The initial commit is a clone of the Maple Mini and still needs Spark customizations
Diffstat (limited to 'nuttx/arch/arm/src/stm32/Kconfig')
-rw-r--r--nuttx/arch/arm/src/stm32/Kconfig53
1 files changed, 51 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/stm32/Kconfig b/nuttx/arch/arm/src/stm32/Kconfig
index 5e07c21dc..d03ca7640 100644
--- a/nuttx/arch/arm/src/stm32/Kconfig
+++ b/nuttx/arch/arm/src/stm32/Kconfig
@@ -255,8 +255,57 @@ config ARCH_CHIP_STM32F103C8
select STM32_PERFORMANCELINE
select STM32_MEDIUMDENSITY
-config ARCH_CHIP_STM32F103RBT6
- bool "STM32F103RBT6"
+config ARCH_CHIP_STM32F103T8
+ bool "STM32F103T8"
+ select ARCH_CORTEXM3
+ select STM32_STM32F10XX
+ select STM32_PERFORMANCELINE
+ select STM32_MEDIUMDENSITY
+
+config ARCH_CHIP_STM32F103TB
+ bool "STM32F103TB"
+ select ARCH_CORTEXM3
+ select STM32_STM32F10XX
+ select STM32_PERFORMANCELINE
+ select STM32_MEDIUMDENSITY
+
+config ARCH_CHIP_STM32F103C8
+ bool "STM32F103C8"
+ select ARCH_CORTEXM3
+ select STM32_STM32F10XX
+ select STM32_PERFORMANCELINE
+ select STM32_MEDIUMDENSITY
+
+config ARCH_CHIP_STM32F103CB
+ bool "STM32F103CB"
+ select ARCH_CORTEXM3
+ select STM32_STM32F10XX
+ select STM32_PERFORMANCELINE
+ select STM32_MEDIUMDENSITY
+
+config ARCH_CHIP_STM32F103R8
+ bool "STM32F103R8"
+ select ARCH_CORTEXM3
+ select STM32_STM32F10XX
+ select STM32_PERFORMANCELINE
+ select STM32_MEDIUMDENSITY
+
+config ARCH_CHIP_STM32F103RB
+ bool "STM32F103RB"
+ select ARCH_CORTEXM3
+ select STM32_STM32F10XX
+ select STM32_PERFORMANCELINE
+ select STM32_MEDIUMDENSITY
+
+config ARCH_CHIP_STM32F103V8
+ bool "STM32F103V8"
+ select ARCH_CORTEXM3
+ select STM32_STM32F10XX
+ select STM32_PERFORMANCELINE
+ select STM32_MEDIUMDENSITY
+
+config ARCH_CHIP_STM32F103VB
+ bool "STM32F103VB"
select ARCH_CORTEXM3
select STM32_STM32F10XX
select STM32_PERFORMANCELINE