aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-01-22 08:49:51 +0100
committerDavid Sidrane <david_s5@nscdg.com>2015-03-05 09:20:13 -1000
commit5f4951380a406fa195220aec43e88f9388ba3ad6 (patch)
tree11da8222f5fd364dd6ad9043471b948fb2302b58
parent81ded1de5cfbc4cc663b8bf6335a12aa8a06ba80 (diff)
downloadpx4-firmware-5f4951380a406fa195220aec43e88f9388ba3ad6.tar.gz
px4-firmware-5f4951380a406fa195220aec43e88f9388ba3ad6.tar.bz2
px4-firmware-5f4951380a406fa195220aec43e88f9388ba3ad6.zip
Fix merge fail in nuttx configs, adjust LP and HP work stack sizes, reduce interrupt stack from excessive 4K to 2K
-rw-r--r--nuttx-configs/aerocore/nsh/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx-configs/aerocore/nsh/defconfig b/nuttx-configs/aerocore/nsh/defconfig
index ca444ad95..d17e7b6b5 100644
--- a/nuttx-configs/aerocore/nsh/defconfig
+++ b/nuttx-configs/aerocore/nsh/defconfig
@@ -415,8 +415,8 @@ CONFIG_PREALLOC_TIMERS=50
#
# Stack and heap information
#
-# This should be 380 with 28 bytes free
-CONFIG_IDLETHREAD_STACKSIZE=1000
+# Set to 500 per LM - This should be 380 with 28 bytes free
+CONFIG_IDLETHREAD_STACKSIZE=500
CONFIG_USERMAIN_STACKSIZE=3000
CONFIG_PTHREAD_STACK_MIN=512
CONFIG_PTHREAD_STACK_DEFAULT=2048