summaryrefslogtreecommitdiff
path: root/nuttx/configs/z80sim
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-12 14:29:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-12 14:29:05 +0000
commitec0d444d57223a925df9560013593e969296fe73 (patch)
tree8e22c1c75ad80243c9b28535ebabf395167f58f4 /nuttx/configs/z80sim
parentf482801a71b3c57e0fba6443076850a0b1a90691 (diff)
downloadpx4-nuttx-ec0d444d57223a925df9560013593e969296fe73.tar.gz
px4-nuttx-ec0d444d57223a925df9560013593e969296fe73.tar.bz2
px4-nuttx-ec0d444d57223a925df9560013593e969296fe73.zip
Working on HCS12 build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2323 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/z80sim')
-rw-r--r--nuttx/configs/z80sim/ostest/defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/configs/z80sim/ostest/defconfig b/nuttx/configs/z80sim/ostest/defconfig
index 0e48ca1dc..301fa4e4c 100644
--- a/nuttx/configs/z80sim/ostest/defconfig
+++ b/nuttx/configs/z80sim/ostest/defconfig
@@ -210,7 +210,7 @@ CONFIG_NOPRINTF_FIELDWIDTH=y
# Allow for architecture optimized implementations
#
# The architecture can provide optimized versions of the
-# following to improve sysem performance
+# following to improve system performance
#
CONFIG_ARCH_MEMCPY=n
CONFIG_ARCH_MEMCMP=n
@@ -229,7 +229,7 @@ CONFIG_ARCH_KFREE=n
# Sizes of configurable things (0 disables)
#
# CONFIG_MAX_TASKS - The maximum number of simultaneously
-# actived tasks. This value must be a power of two.
+# active tasks. This value must be a power of two.
# CONFIG_MAX_TASK_ARGS - This controls the maximum number of
# of parameters that a task may receive (i.e., maxmum value
# of 'argc')
@@ -300,6 +300,7 @@ CONFIG_PREALLOC_TIMERS=0
# CONFIG_NET_BROADCAST - Broadcast support
# CONFIG_NET_LLH_LEN - The link level header length
# CONFIG_NET_FWCACHE_SIZE - number of packets to remember when looking for duplicates
+#
CONFIG_NET=n
CONFIG_NET_IPv6=n
CONFIG_NSOCKET_DESCRIPTORS=0