summaryrefslogtreecommitdiff
path: root/nuttx/configs/mcu123-lpc214x/ostest/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-18 22:58:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-18 22:58:05 +0000
commitda90ea4a7f3443a13b79cf0c9197f1f3736fc188 (patch)
treea13bd5eabd5df6afa3b342c6b776e06133b90095 /nuttx/configs/mcu123-lpc214x/ostest/defconfig
parentdb4094c6422f2e16606c7939d7048c20ad05867c (diff)
downloadpx4-nuttx-da90ea4a7f3443a13b79cf0c9197f1f3736fc188.tar.gz
px4-nuttx-da90ea4a7f3443a13b79cf0c9197f1f3736fc188.tar.bz2
px4-nuttx-da90ea4a7f3443a13b79cf0c9197f1f3736fc188.zip
Needs more stack space
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@934 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/mcu123-lpc214x/ostest/defconfig')
-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 a0bd930fa..d4a1fb412 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=