summaryrefslogtreecommitdiff
path: root/nuttx/configs/ez80f910200zco/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-08 16:59:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-08 16:59:46 +0000
commit0658287df79b60dbb9584723bf8c431c929e4050 (patch)
tree52ee735313d0cb0e606fd2ad499bf37143798bf3 /nuttx/configs/ez80f910200zco/ostest
parent8f8dccfe507c5095b8910a6401a2b7e5dda7dae7 (diff)
downloadpx4-nuttx-0658287df79b60dbb9584723bf8c431c929e4050.tar.gz
px4-nuttx-0658287df79b60dbb9584723bf8c431c929e4050.tar.bz2
px4-nuttx-0658287df79b60dbb9584723bf8c431c929e4050.zip
Add LED support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1434 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ez80f910200zco/ostest')
-rw-r--r--nuttx/configs/ez80f910200zco/ostest/defconfig9
1 files changed, 7 insertions, 2 deletions
diff --git a/nuttx/configs/ez80f910200zco/ostest/defconfig b/nuttx/configs/ez80f910200zco/ostest/defconfig
index a5340414c..d244bc68b 100644
--- a/nuttx/configs/ez80f910200zco/ostest/defconfig
+++ b/nuttx/configs/ez80f910200zco/ostest/defconfig
@@ -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
#