Enable LEDs in all Open1788 configurations

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5706 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2013-03-05 01:26:02 +00:00
parent 88e169bcf4
commit b5ec8fbd44
4 changed files with 19 additions and 0 deletions
+6
View File
@@ -4241,3 +4241,9 @@
* arch/arm/src/lpc17/lpc17*_clockconfig.c: The WaveShare Open1788 * arch/arm/src/lpc17/lpc17*_clockconfig.c: The WaveShare Open1788
board now boots and passes the OS test. This is the work of board now boots and passes the OS test. This is the work of
Rommel Marcelo (2013-03-04). Rommel Marcelo (2013-03-04).
* arch/arm/src/lm/lm_gpio.c, lm_gpio.h, and chip/lm4f_pinconfig.h
Extend GPIO logic to handle LM4F. Add LM4F pin configuration header
file (2013-03-04).
* configs/open1788: Enable LED support in all configurations.
(2013-03-04)
+3
View File
@@ -368,6 +368,9 @@ config ARCH_BOARD_OLIMEX_STM32P107
config ARCH_BOARD_OPEN1788 config ARCH_BOARD_OPEN1788
bool "Wave Share Open1788" bool "Wave Share Open1788"
depends on ARCH_CHIP_LPC1788 depends on ARCH_CHIP_LPC1788
select ARCH_HAVE_LEDS
select ARCH_HAVE_BUTTONS
select ARCH_HAVE_IRQBUTTONS
---help--- ---help---
This port uses the Wave Share Open1788 board. See the This port uses the Wave Share Open1788 board. See the
http://wvshare.com/product/Open1788-Standard.htm for further http://wvshare.com/product/Open1788-Standard.htm for further
+5
View File
@@ -249,6 +249,11 @@ CONFIG_ARCH_BOARD="open1788"
# #
# Common Board Options # Common Board Options
# #
CONFIG_ARCH_HAVE_LEDS=y
CONFIG_ARCH_LEDS=y
CONFIG_ARCH_HAVE_BUTTONS=y
# CONFIG_ARCH_BUTTONS is not set
CONFIG_ARCH_HAVE_IRQBUTTONS=y
CONFIG_NSH_MMCSDMINOR=0 CONFIG_NSH_MMCSDMINOR=0
# #
+5
View File
@@ -249,6 +249,11 @@ CONFIG_ARCH_BOARD="open1788"
# #
# Common Board Options # Common Board Options
# #
CONFIG_ARCH_HAVE_LEDS=y
CONFIG_ARCH_LEDS=y
CONFIG_ARCH_HAVE_BUTTONS=y
# CONFIG_ARCH_BUTTONS is not set
CONFIG_ARCH_HAVE_IRQBUTTONS=y
# #
# Board-Specific Options # Board-Specific Options