summaryrefslogtreecommitdiff
path: root/nuttx/configs/z16f2800100zcog/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-25 17:49:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-25 17:49:43 +0000
commit347fa8f13710529e0306c2d894e3ea4f05534918 (patch)
tree67c25d0d51af7e78da47d381dc524df98a10d6fa /nuttx/configs/z16f2800100zcog/ostest
parentc93c3e4c38b095e65cfc374f1cfee094e141f0fb (diff)
downloadpx4-nuttx-347fa8f13710529e0306c2d894e3ea4f05534918.tar.gz
px4-nuttx-347fa8f13710529e0306c2d894e3ea4f05534918.tar.bz2
px4-nuttx-347fa8f13710529e0306c2d894e3ea4f05534918.zip
Add z16f system exception handling logic.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@564 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/z16f2800100zcog/ostest')
-rw-r--r--nuttx/configs/z16f2800100zcog/ostest/defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/configs/z16f2800100zcog/ostest/defconfig b/nuttx/configs/z16f2800100zcog/ostest/defconfig
index 20a1799df..9963672da 100644
--- a/nuttx/configs/z16f2800100zcog/ostest/defconfig
+++ b/nuttx/configs/z16f2800100zcog/ostest/defconfig
@@ -47,7 +47,9 @@
# CONFIG_ARCH_BOARD - identifies the configs subdirectory and, hence,
# the board that supports the particular chip or SoC.
# CONFIG_ARCH_BOARD_name - for use in C code
+# CONFIG_BOARD_LOOPSPERMSEC - for delay loops
# CONFIG_DRAM_SIZE - Describes the installed DRAM.
+# CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to z16f.
#
CONFIG_ARCH=z16
CONFIG_ARCH_Z16=y
@@ -59,8 +61,9 @@ CONFIG_ARCH_CHIP_Z16F3211=n
CONFIG_ARCH_CHIP_Z16F6411=n
CONFIG_ARCH_BOARD=z16f2800100zcog
CONFIG_ARCH_BOARD_Z16F2800100ZCOG=y
+CONFIG_BOARD_LOOPSPERMSEC=1250
CONFIG_DRAM_SIZE=65536
-
+CONFIG_ARCH_LEDS=y
#
# Z16F specific device driver settings
#