Nucleo-F401RE: Use standard NuttX LED interfaces

This commit is contained in:
Gregory Nutt
2014-04-22 12:55:31 -06:00
parent ece70549de
commit 55d069360a
10 changed files with 426 additions and 41 deletions
+3
View File
@@ -518,6 +518,9 @@ config ARCH_BOARD_PX4FMU_V2
config ARCH_BOARD_NUCLEO_F401RE
bool "STM32F401 Nucleo F401RE"
depends on ARCH_CHIP_STM32F401RE
select ARCH_HAVE_LEDS
select ARCH_HAVE_BUTTONS
select ARCH_HAVE_IRQBUTTONS
---help---
This is a minimal configuration that supports low-level test of the
Nucleo F401RE in the NuttX source tree.