summaryrefslogtreecommitdiff
path: root/nuttx/configs/z8encore000zco/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-03-09 14:49:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-03-09 14:49:22 +0000
commit60dce7a45a4b04e92d40388f215dc976f89247a9 (patch)
tree1a649adfc24cc6817f7caf9c9f34d12924c2998a /nuttx/configs/z8encore000zco/ostest
parent99e869802e5b69c659946feb2467dd7bca0f415f (diff)
downloadpx4-nuttx-60dce7a45a4b04e92d40388f215dc976f89247a9.tar.gz
px4-nuttx-60dce7a45a4b04e92d40388f215dc976f89247a9.tar.bz2
px4-nuttx-60dce7a45a4b04e92d40388f215dc976f89247a9.zip
z8Encore! integrated on simulator
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@727 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/z8encore000zco/ostest')
-rw-r--r--nuttx/configs/z8encore000zco/ostest/defconfig12
-rw-r--r--nuttx/configs/z8encore000zco/ostest/ostest.zdsproj (renamed from nuttx/configs/z8encore000zco/ostest/ostest.zfpproj)0
2 files changed, 8 insertions, 4 deletions
diff --git a/nuttx/configs/z8encore000zco/ostest/defconfig b/nuttx/configs/z8encore000zco/ostest/defconfig
index 2b5500295..0725f16ec 100644
--- a/nuttx/configs/z8encore000zco/ostest/defconfig
+++ b/nuttx/configs/z8encore000zco/ostest/defconfig
@@ -311,11 +311,15 @@ CONFIG_NET_DHCP_LIGHT=n
CONFIG_NET_RESOLV_ENTRIES=4
#
+# Settings for examples/ostest
+CONFIG_OSTEST_STACKSIZE=256
+
+#
# Settings for examples/nsh
CONFIG_EXAMPLES_NSH_TELNET=n
CONFIG_EXAMPLES_NSH_IOBUFFER_SIZE=512
CONFIG_EXAMPLES_NSH_CMD_SIZE=40
-CONFIG_EXAMPLES_NSH_STACKSIZE=4096
+CONFIG_EXAMPLES_NSH_STACKSIZE=512
CONFIG_EXAMPLES_NSH_DHCPC=n
CONFIG_EXAMPLES_NSH_NOMAC=n
CONFIG_EXAMPLES_NSH_IPADDR=(10<<24|0<<16|0<<8|2)
@@ -338,8 +342,8 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
#
CONFIG_BOOT_FROM_FLASH=n
CONFIG_CUSTOM_STACK=n
-CONFIG_PROC_STACK_SIZE=1024
-CONFIG_PTHREAD_STACK_MIN=256
-CONFIG_PTHREAD_STACK_DEFAULT=1024
+CONFIG_PROC_STACK_SIZE=256
+CONFIG_PTHREAD_STACK_MIN=128
+CONFIG_PTHREAD_STACK_DEFAULT=256
CONFIG_HEAP_SIZE=
CONFIG_HEAP_BASE=
diff --git a/nuttx/configs/z8encore000zco/ostest/ostest.zfpproj b/nuttx/configs/z8encore000zco/ostest/ostest.zdsproj
index d46a19859..d46a19859 100644
--- a/nuttx/configs/z8encore000zco/ostest/ostest.zfpproj
+++ b/nuttx/configs/z8encore000zco/ostest/ostest.zdsproj