Add LED support

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1434 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-12-08 16:59:46 +00:00
parent 2b8ff49fe0
commit b933b1cad6
7 changed files with 403 additions and 15 deletions
+7 -2
View File
@@ -61,7 +61,9 @@
# CONFIG_ENDIAN_BIG - Define for big-endian operation
# CONFIG_ENDIAN_BIG - define if big endian (default is little endian)
# CONFIG_DRAM_SIZE - Describes the installed DRAM.
# CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to z8 board architecture.
# CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to board architecture.
# CONFIG_ARCH_BUTTONS - Provide button APIs. Unique to board architecture.
# CONFIG_ARCH_TIMERHOOK - Provide board-specific hooks into periodic timer logic.
#
CONFIG_ARCH=z80
CONFIG_ARCH_Z80=y
@@ -77,7 +79,10 @@ CONFIG_ARCH_IRQPRIO=n
CONFIG_BOARD_LOOPSPERMSEC=1250
CONFIG_ENDIAN_BIG=y
CONFIG_DRAM_SIZE=65536
CONFIG_ARCH_LEDS=n
CONFIG_ARCH_LEDS=y
CONFIG_ARCH_BUTTONS=n
CONFIG_ARCH_TIMERHOOK=y
#
# eZ8 specific device driver settings
#