summaryrefslogtreecommitdiff
path: root/nuttx/configs/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-09 19:13:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-09 19:13:30 +0000
commitae271edbfa84d39f03c170796f6b59f2b38756f4 (patch)
tree9d4a819cae71f82b67fc68e0f3e8495f1a8009d9 /nuttx/configs/Kconfig
parent9e4520f34303af04de864730cf9659e838b0f91c (diff)
downloadpx4-nuttx-ae271edbfa84d39f03c170796f6b59f2b38756f4.tar.gz
px4-nuttx-ae271edbfa84d39f03c170796f6b59f2b38756f4.tar.bz2
px4-nuttx-ae271edbfa84d39f03c170796f6b59f2b38756f4.zip
Beginning of configuration for M3 Wildfire board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5120 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/Kconfig')
-rw-r--r--nuttx/configs/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig
index f8470bc94..dabd32842 100644
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -130,6 +130,16 @@ 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"
+ depends on ARCH_CHIP_STM32F103VET
+ select ARCH_HAVE_LEDS
+ select ARCH_HAVE_BUTTONS
+ select ARCH_HAVE_IRQBUTTONS
+ ---help---
+ A configuration for the M3 Wildfile board. This board is based on the
+ STM32F103VET chip.
+
config ARCH_BOARD_HYMINI_STM32V
bool "HY-Mini STM32v board"
depends on ARCH_CHIP_STM32F103VCT
@@ -597,6 +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 "hymini-stm32v" if ARCH_BOARD_HYMINI_STM32V
default "kwikstik-k40" if ARCH_BOARD_KWIKSTIK_K40
default "lincoln60" if ARCH_BOARD_LINCOLN60
@@ -736,6 +747,9 @@ endif
if ARCH_BOARD_EZ80F910200ZCO
source "configs/ez80f910200zco/Kconfig"
endif
+if ARCH_BOARD_FIRE_STM32V2
+source "configs/fire-stm32v2/Kconfig"
+endif
if ARCH_BOARD_HYMINI_STM32V
source "configs/hymini-stm32v/Kconfig"
endif