summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-30 08:16:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-30 08:16:17 -0600
commit5001092531f1f4bbe18649a68f625d7fae174019 (patch)
treebf515cc99bee2bc9da2a5711cb3ce128c7c9a37c /nuttx/arch/arm/src/stm32/Kconfig
parentfe1e676de3a5bdf7373645791384f244a1d9f5c3 (diff)
downloadpx4-nuttx-5001092531f1f4bbe18649a68f625d7fae174019.tar.gz
px4-nuttx-5001092531f1f4bbe18649a68f625d7fae174019.tar.bz2
px4-nuttx-5001092531f1f4bbe18649a68f625d7fae174019.zip
STM32: Add configuration support fort he STM32F103RC. From Kosma Moczek
Diffstat (limited to 'nuttx/arch/arm/src/stm32/Kconfig')
-rw-r--r--nuttx/arch/arm/src/stm32/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/stm32/Kconfig b/nuttx/arch/arm/src/stm32/Kconfig
index ae3c9b84e..30cbd8b27 100644
--- a/nuttx/arch/arm/src/stm32/Kconfig
+++ b/nuttx/arch/arm/src/stm32/Kconfig
@@ -300,6 +300,13 @@ config ARCH_CHIP_STM32F103RB
select STM32_PERFORMANCELINE
select STM32_MEDIUMDENSITY
+config ARCH_CHIP_STM32F103RC
+ bool "STM32F103RC"
+ select ARCH_CORTEXM3
+ select STM32_STM32F10XX
+ select STM32_PERFORMANCELINE
+ select STM32_HIGHDENSITY
+
config ARCH_CHIP_STM32F103RD
bool "STM32F103RD"
select ARCH_CORTEXM3