summaryrefslogtreecommitdiff
path: root/nuttx/configs/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-06 23:09:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-06 23:09:09 +0000
commit087428db88d9b75a23fcb7c2ea75cd79a0c9b807 (patch)
tree512ae52feab4745badffc75ac58eb4c89825e0c4 /nuttx/configs/Kconfig
parentceef9e3bece69f86e585b3bf00e5009551350e2b (diff)
downloadpx4-nuttx-087428db88d9b75a23fcb7c2ea75cd79a0c9b807.tar.gz
px4-nuttx-087428db88d9b75a23fcb7c2ea75cd79a0c9b807.tar.bz2
px4-nuttx-087428db88d9b75a23fcb7c2ea75cd79a0c9b807.zip
More updates for the STM32F3Discovery
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5617 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/Kconfig')
-rw-r--r--nuttx/configs/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig
index d72d01058..9829a1f63 100644
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -508,6 +508,15 @@ config ARCH_BOARD_STM32F100RC_GENERIC
---help---
STMicro STM32F100RC generic board.
+config ARCH_BOARD_STM32F3_DISCOVERY
+ bool "STMicro STM32F3-Discovery board"
+ depends on ARCH_CHIP_STM32F303VC
+ select ARCH_HAVE_LEDS
+ select ARCH_HAVE_BUTTONS
+ select ARCH_HAVE_IRQBUTTONS
+ ---help---
+ STMicro STM32F3-Discovery board based on the STMicro CONFIG_ARCH_CHIP_STM32F303VCT6 MCU.
+
config ARCH_BOARD_STM32F4_DISCOVERY
bool "STMicro STM32F4-Discovery board"
depends on ARCH_CHIP_STM32F407VG
@@ -705,6 +714,7 @@ config ARCH_BOARD
default "stm3220g-eval" if ARCH_BOARD_STM3220G_EVAL
default "stm3240g-eval" if ARCH_BOARD_STM3240G_EVAL
default "stm32f100rc_generic" if ARCH_BOARD_STM32F100RC_GENERIC
+ default "stm32f3discovery" if ARCH_BOARD_STM32F3_DISCOVERY
default "stm32f4discovery" if ARCH_BOARD_STM32F4_DISCOVERY
default "sure-pic32mx" if ARCH_BOARD_SUREPIC32MX
default "teensy" if ARCH_BOARD_TEENSY