From 60dce7a45a4b04e92d40388f215dc976f89247a9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 9 Mar 2008 14:49:22 +0000 Subject: z8Encore! integrated on simulator git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@727 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/z8encore000zco/ostest/defconfig | 12 +- nuttx/configs/z8encore000zco/ostest/ostest.zdsproj | 291 +++++++++++++++++++++ nuttx/configs/z8encore000zco/ostest/ostest.zfpproj | 291 --------------------- 3 files changed, 299 insertions(+), 295 deletions(-) create mode 100644 nuttx/configs/z8encore000zco/ostest/ostest.zdsproj delete mode 100644 nuttx/configs/z8encore000zco/ostest/ostest.zfpproj (limited to 'nuttx/configs/z8encore000zco/ostest') 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 @@ -310,12 +310,16 @@ CONFIG_NET_BROADCAST=n 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.zdsproj b/nuttx/configs/z8encore000zco/ostest/ostest.zdsproj new file mode 100644 index 000000000..d46a19859 --- /dev/null +++ b/nuttx/configs/z8encore000zco/ostest/ostest.zdsproj @@ -0,0 +1,291 @@ + +Z8F6403 + + + +.\zsldevinit.asm +..\..\..\nuttx.hex + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +000000000000 +000000000000 +0 + + +000000000000 +000000000000 +0 + + +000000000000 +000000000000 +0 + + +000000000000 +000000000000 +0 + + + + \ No newline at end of file diff --git a/nuttx/configs/z8encore000zco/ostest/ostest.zfpproj b/nuttx/configs/z8encore000zco/ostest/ostest.zfpproj deleted file mode 100644 index d46a19859..000000000 --- a/nuttx/configs/z8encore000zco/ostest/ostest.zfpproj +++ /dev/null @@ -1,291 +0,0 @@ - -Z8F6403 - - - -.\zsldevinit.asm -..\..\..\nuttx.hex - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -000000000000 -000000000000 -0 - - -000000000000 -000000000000 -0 - - -000000000000 -000000000000 -0 - - -000000000000 -000000000000 -0 - - - - \ No newline at end of file -- cgit v1.2.3