mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip naming a little more consistent
This commit is contained in:
+4
-4
@@ -172,7 +172,7 @@ config ARCH_BOARD_FREEDOM_KL25Z
|
||||
|
||||
config ARCH_BOARD_HYMINI_STM32V
|
||||
bool "HY-Mini STM32v board"
|
||||
depends on ARCH_CHIP_STM32F103VCT6
|
||||
depends on ARCH_CHIP_STM32F103VC
|
||||
select ARCH_HAVE_LEDS
|
||||
select ARCH_HAVE_BUTTONS
|
||||
select ARCH_HAVE_IRQBUTTONS
|
||||
@@ -663,7 +663,7 @@ config ARCH_BOARD_STM32_TINY
|
||||
|
||||
config ARCH_BOARD_STM3210E_EVAL
|
||||
bool "STMicro STM3210E-EVAL development board"
|
||||
depends on ARCH_CHIP_STM32F103ZET6
|
||||
depends on ARCH_CHIP_STM32F103ZE
|
||||
select ARCH_HAVE_LEDS
|
||||
select ARCH_HAVE_BUTTONS
|
||||
select ARCH_HAVE_IRQBUTTONS
|
||||
@@ -818,7 +818,7 @@ config ARCH_BOARD_US7032EVB1
|
||||
|
||||
config ARCH_BOARD_VIEWTOOL_STM32F107
|
||||
bool "ViewTool STM32F103/F107"
|
||||
depends on ARCH_CHIP_STM32F107VC || ARCH_CHIP_STM32F103VCT6
|
||||
depends on ARCH_CHIP_STM32F107VC || ARCH_CHIP_STM32F103VC
|
||||
select ARCH_HAVE_LEDS
|
||||
select ARCH_HAVE_BUTTONS
|
||||
---help---
|
||||
@@ -828,7 +828,7 @@ config ARCH_BOARD_VIEWTOOL_STM32F107
|
||||
|
||||
config ARCH_BOARD_VSN
|
||||
bool "SOTEL NetClamps VSN sensor network platform"
|
||||
depends on ARCH_CHIP_STM32F103RET6
|
||||
depends on ARCH_CHIP_STM32F103RE
|
||||
select ARCH_HAVE_LEDS
|
||||
select ARCH_HAVE_BUTTONS
|
||||
---help---
|
||||
|
||||
Reference in New Issue
Block a user