summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/arch/arm/src/stm32/Kconfig45
1 files changed, 19 insertions, 26 deletions
diff --git a/nuttx/arch/arm/src/stm32/Kconfig b/nuttx/arch/arm/src/stm32/Kconfig
index 13ec016a7..ae3c9b84e 100644
--- a/nuttx/arch/arm/src/stm32/Kconfig
+++ b/nuttx/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,33 +300,33 @@ config ARCH_CHIP_STM32F103RB
select STM32_PERFORMANCELINE
select STM32_MEDIUMDENSITY
-config ARCH_CHIP_STM32F103V8
- bool "STM32F103V8"
+config ARCH_CHIP_STM32F103RD
+ bool "STM32F103RD"
select ARCH_CORTEXM3
select STM32_STM32F10XX
select STM32_PERFORMANCELINE
- select STM32_MEDIUMDENSITY
+ select STM32_HIGHDENSITY
-config ARCH_CHIP_STM32F103VB
- bool "STM32F103VB"
+config ARCH_CHIP_STM32F103RE
+ bool "STM32F103RE"
select ARCH_CORTEXM3
select STM32_STM32F10XX
select STM32_PERFORMANCELINE
- select STM32_MEDIUMDENSITY
+ select STM32_HIGHDENSITY
-config ARCH_CHIP_STM32F103RD
- bool "STM32F103RD"
+config ARCH_CHIP_STM32F103V8
+ bool "STM32F103V8"
select ARCH_CORTEXM3
select STM32_STM32F10XX
select STM32_PERFORMANCELINE
- select STM32_HIGHDENSITY
+ select STM32_MEDIUMDENSITY
-config ARCH_CHIP_STM32F103RE
- bool "STM32F103RE"
+config ARCH_CHIP_STM32F103VB
+ bool "STM32F103VB"
select ARCH_CORTEXM3
select STM32_STM32F10XX
select STM32_PERFORMANCELINE
- select STM32_HIGHDENSITY
+ select STM32_MEDIUMDENSITY
config ARCH_CHIP_STM32F103VC
bool "STM32F103VC"