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:
parent
88e169bcf4
commit
b5ec8fbd44
|
@ -4241,3 +4241,9 @@
|
|||
* arch/arm/src/lpc17/lpc17*_clockconfig.c: The WaveShare Open1788
|
||||
board now boots and passes the OS test. This is the work of
|
||||
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)
|
||||
|
||||
|
|
|
@ -368,6 +368,9 @@ config ARCH_BOARD_OLIMEX_STM32P107
|
|||
config ARCH_BOARD_OPEN1788
|
||||
bool "Wave Share Open1788"
|
||||
depends on ARCH_CHIP_LPC1788
|
||||
select ARCH_HAVE_LEDS
|
||||
select ARCH_HAVE_BUTTONS
|
||||
select ARCH_HAVE_IRQBUTTONS
|
||||
---help---
|
||||
This port uses the Wave Share Open1788 board. See the
|
||||
http://wvshare.com/product/Open1788-Standard.htm for further
|
||||
|
|
|
@ -249,6 +249,11 @@ CONFIG_ARCH_BOARD="open1788"
|
|||
#
|
||||
# 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
|
||||
|
||||
#
|
||||
|
|
|
@ -249,6 +249,11 @@ CONFIG_ARCH_BOARD="open1788"
|
|||
#
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue