aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-21 17:32:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-21 17:32:30 +0000
commit4edf18b0098c8db0513c3aab76622bfa06fe5293 (patch)
tree93f1f46bb258c6ea21c005fef2b7588a62d6a9c8 /nuttx/configs/Kconfig
parent16778b66e2a172b9c415e08288c2a5dbf5a0b7df (diff)
downloadpx4-firmware-4edf18b0098c8db0513c3aab76622bfa06fe5293.tar.gz
px4-firmware-4edf18b0098c8db0513c3aab76622bfa06fe5293.tar.bz2
px4-firmware-4edf18b0098c8db0513c3aab76622bfa06fe5293.zip
Add support for Fire STM32v3; sscanf fixes from Kate
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5168 42af7a65-404d-4744-a932-0658087f49c3
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 12cc41ea7..752a5b098 100644
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -130,8 +130,8 @@ config ARCH_BOARD_EZ80F910200ZCO
development kit, eZ80F091 part, and the Zilog ZDS-II Windows command line
tools. The development environment is Cygwin under WinXP.
-config ARCH_BOARD_FIRE_STM32V2
- bool "M3 Wildfire STM32v2 board"
+config ARCH_BOARD_FIRE_STM32
+ bool "M3 Wildfire STM3 board (v2 or v3)"
depends on ARCH_CHIP_STM32F103VET6
select ARCH_HAVE_LEDS
select ARCH_HAVE_BUTTONS
@@ -607,7 +607,7 @@ config ARCH_BOARD
default "ekk-lm3s9b96" if ARCH_BOARD_EKK_LM3S9B96
default "ez80f0910200kitg" if ARCH_BOARD_EZ80F910200KITG
default "ez80f0910200zco" if ARCH_BOARD_EZ80F910200ZCO
- default "fire-stm32v2" if ARCH_BOARD_FIRE_STM32V2
+ default "fire-stm32v2" if ARCH_BOARD_FIRE_STM32
default "hymini-stm32v" if ARCH_BOARD_HYMINI_STM32V
default "kwikstik-k40" if ARCH_BOARD_KWIKSTIK_K40
default "lincoln60" if ARCH_BOARD_LINCOLN60
@@ -747,7 +747,7 @@ endif
if ARCH_BOARD_EZ80F910200ZCO
source "configs/ez80f910200zco/Kconfig"
endif
-if ARCH_BOARD_FIRE_STM32V2
+if ARCH_BOARD_FIRE_STM32
source "configs/fire-stm32v2/Kconfig"
endif
if ARCH_BOARD_HYMINI_STM32V