summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-30 14:38:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-30 14:38:16 -0600
commit98ea59bde191cb6919b960d1c6817c74dfc6c1fe (patch)
tree5d8db4eddde69869908416f6d6de647c6833e8ef
parentecb03ea92d409658d089fd0c7100a5da2165dfd1 (diff)
downloadnuttx-98ea59bde191cb6919b960d1c6817c74dfc6c1fe.tar.gz
nuttx-98ea59bde191cb6919b960d1c6817c74dfc6c1fe.tar.bz2
nuttx-98ea59bde191cb6919b960d1c6817c74dfc6c1fe.zip
Updated Spark board configuration from David Sidrane
-rw-r--r--nuttx/configs/spark/nsh/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/spark/nsh/defconfig b/nuttx/configs/spark/nsh/defconfig
index 5888d75c6..370cfab2c 100644
--- a/nuttx/configs/spark/nsh/defconfig
+++ b/nuttx/configs/spark/nsh/defconfig
@@ -383,7 +383,7 @@ CONFIG_PREALLOC_TIMERS=2
#
# Stack and heap information
#
-CONFIG_IDLETHREAD_STACKSIZE=128
+CONFIG_IDLETHREAD_STACKSIZE=300
CONFIG_USERMAIN_STACKSIZE=880
CONFIG_PTHREAD_STACK_MIN=256
CONFIG_PTHREAD_STACK_DEFAULT=464