summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-strp711/ostest/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-01 00:42:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-01 00:42:39 +0000
commita440b85be84c22756148426a6c0e8dcf03d47138 (patch)
tree71f364d48d59e0247ebab4104022f68772bb3cfb /nuttx/configs/olimex-strp711/ostest/defconfig
parent40c5377d94f76f07e30e85f7be5a4892726aba81 (diff)
downloadpx4-nuttx-a440b85be84c22756148426a6c0e8dcf03d47138.tar.gz
px4-nuttx-a440b85be84c22756148426a6c0e8dcf03d47138.tar.bz2
px4-nuttx-a440b85be84c22756148426a6c0e8dcf03d47138.zip
Add support for LEDs and buttons
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1113 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/olimex-strp711/ostest/defconfig')
-rw-r--r--nuttx/configs/olimex-strp711/ostest/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/configs/olimex-strp711/ostest/defconfig b/nuttx/configs/olimex-strp711/ostest/defconfig
index 70ef9aab9..e310f54fe 100644
--- a/nuttx/configs/olimex-strp711/ostest/defconfig
+++ b/nuttx/configs/olimex-strp711/ostest/defconfig
@@ -48,6 +48,7 @@
# CONFIG_ARCH_BOARD_name - for use in C code
# CONFIG_BOARD_LOOPSPERMSEC - for delay loops
# CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to Olimex STR-P711
+# CONFIG_ARCH_BUTTONS - Support reading buttons. Unique to Olimex STR-P711
# CONFIG_DRAM_SIZE - Describes the internal DRAM.
# CONFIG_DRAM_START - The start address of internal DRAM
# CONFIG_ARCH_INTERRUPTSTACK - This architecture supports an interrupt
@@ -63,6 +64,7 @@ CONFIG_ARCH_BOARD=olimex-strp711
CONFIG_ARCH_BOARD_OLIMEX_STRP711=y
CONFIG_BOARD_LOOPSPERMSEC=3270
CONFIG_ARCH_LEDS=y
+CONFIG_ARCH_BUTTONS=y
CONFIG_DRAM_SIZE=0x00010000
CONFIG_DRAM_START=0x20000000
CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE)