summaryrefslogtreecommitdiff
path: root/nuttx/configs/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-05-07 12:54:27 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-05-07 12:54:27 -0600
commit13a2aa5be335bd7d8501c38e2787915ddba9ba59 (patch)
tree90c0803a4ca3ed2292fb50a0fd42f5b6da7303a3 /nuttx/configs/Kconfig
parent58363e8fa46cbc1d21fca6327a2960543a5c2c57 (diff)
downloadnuttx-13a2aa5be335bd7d8501c38e2787915ddba9ba59.tar.gz
nuttx-13a2aa5be335bd7d8501c38e2787915ddba9ba59.tar.bz2
nuttx-13a2aa5be335bd7d8501c38e2787915ddba9ba59.zip
STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip naming a little more consistent
Diffstat (limited to 'nuttx/configs/Kconfig')
-rw-r--r--nuttx/configs/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig
index 63f9bfdd2..6cd4213d1 100644
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -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---