summaryrefslogtreecommitdiff
path: root/nuttx/configs/skp16c26/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-19 02:08:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-19 02:08:36 +0000
commit0fe675d58c8be8b7eaafc8c36cbd096c3738a761 (patch)
tree7a1ed67684df0e6888dc07629bf55d044205ef65 /nuttx/configs/skp16c26/ostest
parentd5f59548acb539c73b4d9f3667ce705b0682d7d2 (diff)
downloadpx4-nuttx-0fe675d58c8be8b7eaafc8c36cbd096c3738a761.tar.gz
px4-nuttx-0fe675d58c8be8b7eaafc8c36cbd096c3738a761.tar.bz2
px4-nuttx-0fe675d58c8be8b7eaafc8c36cbd096c3738a761.zip
Add basic LCD support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1517 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/skp16c26/ostest')
-rw-r--r--nuttx/configs/skp16c26/ostest/defconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/configs/skp16c26/ostest/defconfig b/nuttx/configs/skp16c26/ostest/defconfig
index 709dec764..c47819136 100644
--- a/nuttx/configs/skp16c26/ostest/defconfig
+++ b/nuttx/configs/skp16c26/ostest/defconfig
@@ -59,7 +59,9 @@
# stack in bytes. If not defined, the user task stacks will be
# 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_LCD - Configure LCD. Unique to skp16c26.
+
CONFIG_ARCH=sh
CONFIG_ARCH_SH=y
CONFIG_ARCH_CHIP=m16c
@@ -74,6 +76,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_LCD=y
#
# M16C specific device driver settings