summaryrefslogtreecommitdiff
path: root/nuttx/configs/skp16c26/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-20 00:59:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-20 00:59:18 +0000
commit514a82fa266dbaffe22caf7013aa89b76d70de0a (patch)
tree96bd4c27aa46c55ca7f4e37749b7cdbe6aff164b /nuttx/configs/skp16c26/ostest
parent01f422d3de8c1d02b4183b9bbbbf91eb0d42a58f (diff)
downloadpx4-nuttx-514a82fa266dbaffe22caf7013aa89b76d70de0a.tar.gz
px4-nuttx-514a82fa266dbaffe22caf7013aa89b76d70de0a.tar.bz2
px4-nuttx-514a82fa266dbaffe22caf7013aa89b76d70de0a.zip
Add support for M16C buttons and LEDs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1519 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/skp16c26/ostest')
-rw-r--r--nuttx/configs/skp16c26/ostest/defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/configs/skp16c26/ostest/defconfig b/nuttx/configs/skp16c26/ostest/defconfig
index 9218c7232..ff764621f 100644
--- a/nuttx/configs/skp16c26/ostest/defconfig
+++ b/nuttx/configs/skp16c26/ostest/defconfig
@@ -60,6 +60,7 @@
# used during interrupt handling.
# CONFIG_ARCH_STACKDUMP - Do stack dumps after assertions
# CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to skp16c26.
+# CONFIG_ARCH_BUTTONS - Provide button APIs. Unique to skp16c26.
# CONFIG_ARCH_LCD - Configure LCD. Unique to skp16c26.
CONFIG_ARCH=sh
@@ -76,7 +77,8 @@ CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE)
CONFIG_BOARD_LOOPSPERMSEC=16945
CONFIG_ARCH_INTERRUPTSTACK=128
CONFIG_ARCH_STACKDUMP=y
-CONFIG_ARCH_LEDS=n
+CONFIG_ARCH_LEDS=y
+CONFIG_ARCH_BUTTONS=y
CONFIG_ARCH_LCD=y
#