From cab1fed3e94c79649a0a8321a33037342ce7d973 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Wed, 12 Sep 2012 17:26:40 +0200 Subject: [PATCH] Commented defconfig changes --- nuttx/configs/px4fmu/nsh/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nuttx/configs/px4fmu/nsh/defconfig b/nuttx/configs/px4fmu/nsh/defconfig index f43519edc9..74acb38883 100755 --- a/nuttx/configs/px4fmu/nsh/defconfig +++ b/nuttx/configs/px4fmu/nsh/defconfig @@ -1020,7 +1020,9 @@ CONFIG_CUSTOM_STACK=n CONFIG_STACK_POINTER= # Idle thread needs 4096 bytes # default 1 KB is not enough +# 4096 bytes CONFIG_IDLETHREAD_STACKSIZE=6000 +# USERMAIN stack size probably needs to be around 4096 bytes CONFIG_USERMAIN_STACKSIZE=4096 CONFIG_PTHREAD_STACK_MIN=512 CONFIG_PTHREAD_STACK_DEFAULT=2048