summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/mcu123-lpc214x/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-09-18 22:58:05 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-09-18 22:58:05 +0000
commit40025c1b07660531e3f2e87e261b453ded11227d (patch)
treea13bd5eabd5df6afa3b342c6b776e06133b90095 /nuttx/configs/mcu123-lpc214x/ostest
parent5ebbedb38142e6dc3b447b9358a2a7769dab35d3 (diff)
Needs more stack space
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@934 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/mcu123-lpc214x/ostest')
-rw-r--r--nuttx/configs/mcu123-lpc214x/ostest/defconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/mcu123-lpc214x/ostest/defconfig b/nuttx/configs/mcu123-lpc214x/ostest/defconfig
index a0bd930fad..d4a1fb4127 100644
--- a/nuttx/configs/mcu123-lpc214x/ostest/defconfig
+++ b/nuttx/configs/mcu123-lpc214x/ostest/defconfig
@@ -330,7 +330,7 @@ CONFIG_NET_RESOLV_ENTRIES=4
#
# Settings for examples/ostest
CONFIG_EXAMPLES_OSTEST_LOOPS=1
-CONFIG_EXAMPLES_OSTEST_STACKSIZE=512
+CONFIG_EXAMPLES_OSTEST_STACKSIZE=4096
#
# Settings for examples/nsh
@@ -338,7 +338,7 @@ CONFIG_EXAMPLES_NSH_CONSOLE=y
CONFIG_EXAMPLES_NSH_TELNET=n
CONFIG_EXAMPLES_NSH_IOBUFFER_SIZE=512
CONFIG_EXAMPLES_NSH_CMD_SIZE=40
-CONFIG_EXAMPLES_NSH_STACKSIZE=1024
+CONFIG_EXAMPLES_NSH_STACKSIZE=2048
CONFIG_EXAMPLES_NSH_DHCPC=n
CONFIG_EXAMPLES_NSH_NOMAC=n
CONFIG_EXAMPLES_NSH_IPADDR=(10<<24|0<<16|0<<8|2)
@@ -362,8 +362,8 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
CONFIG_BOOT_FROM_FLASH=y
CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER=
-CONFIG_PROC_STACK_SIZE=512
+CONFIG_PROC_STACK_SIZE=2048
CONFIG_PTHREAD_STACK_MIN=256
-CONFIG_PTHREAD_STACK_DEFAULT=512
+CONFIG_PTHREAD_STACK_DEFAULT=2048
CONFIG_HEAP_BASE=
CONFIG_HEAP_SIZE=