From a85a42ae0f031c58b714cef718c14f713e3f926f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 30 Jun 2014 08:13:12 -0600 Subject: [PATCH] STM32: Reorder MCUs in choice menu; remove duplicates. From Kosma Moczek --- arch/arm/src/stm32/Kconfig | 49 ++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 28 deletions(-) diff --git a/arch/arm/src/stm32/Kconfig b/arch/arm/src/stm32/Kconfig index 13ec016a72..ae3c9b84e3 100644 --- a/arch/arm/src/stm32/Kconfig +++ b/arch/arm/src/stm32/Kconfig @@ -251,20 +251,6 @@ config ARCH_CHIP_STM32F100VE select STM32_VALUELINE select STM32_HIGHDENSITY -config ARCH_CHIP_STM32F103C4 - bool "STM32F103C4" - select ARCH_CORTEXM3 - select STM32_STM32F10XX - select STM32_PERFORMANCELINE - select STM32_LOWDENSITY - -config ARCH_CHIP_STM32F103C8 - bool "STM32F103C8" - select ARCH_CORTEXM3 - select STM32_STM32F10XX - select STM32_PERFORMANCELINE - select STM32_MEDIUMDENSITY - config ARCH_CHIP_STM32F103T8 bool "STM32F103T8" select ARCH_CORTEXM3 @@ -279,6 +265,13 @@ config ARCH_CHIP_STM32F103TB select STM32_PERFORMANCELINE select STM32_MEDIUMDENSITY +config ARCH_CHIP_STM32F103C4 + bool "STM32F103C4" + select ARCH_CORTEXM3 + select STM32_STM32F10XX + select STM32_PERFORMANCELINE + select STM32_LOWDENSITY + config ARCH_CHIP_STM32F103C8 bool "STM32F103C8" select ARCH_CORTEXM3 @@ -307,20 +300,6 @@ config ARCH_CHIP_STM32F103RB 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 - select STM32_MEDIUMDENSITY - config ARCH_CHIP_STM32F103RD bool "STM32F103RD" select ARCH_CORTEXM3 @@ -335,6 +314,20 @@ config ARCH_CHIP_STM32F103RE select STM32_PERFORMANCELINE select STM32_HIGHDENSITY +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 + select STM32_MEDIUMDENSITY + config ARCH_CHIP_STM32F103VC bool "STM32F103VC" select ARCH_CORTEXM3