From 62a4dc0908063677be191f95e145a5ef9e5d601d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 30 Oct 2013 14:38:16 -0600 Subject: [PATCH] Updated Spark board configuration from David Sidrane --- configs/spark/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/spark/nsh/defconfig b/configs/spark/nsh/defconfig index 5888d75c6a..370cfab2cc 100644 --- a/configs/spark/nsh/defconfig +++ b/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