aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sidrane <david_s5@nscdg.com>2015-03-03 16:30:51 -1000
committerDavid Sidrane <david_s5@nscdg.com>2015-03-05 09:54:19 -1000
commitfb0d5c87d5a1acc31702be600061c8be00ab0b87 (patch)
tree84bf07e09c99d1450d60b1f4da47964281c86819
parentc59ff8f39837c42975ef014b2bbae5c97c41902a (diff)
downloadpx4-firmware-fb0d5c87d5a1acc31702be600061c8be00ab0b87.tar.gz
px4-firmware-fb0d5c87d5a1acc31702be600061c8be00ab0b87.tar.bz2
px4-firmware-fb0d5c87d5a1acc31702be600061c8be00ab0b87.zip
Hard Fault Logging - one issue remians reduse memory foot print
-rw-r--r--nuttx-configs/px4fmu-v2/nsh/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx-configs/px4fmu-v2/nsh/defconfig b/nuttx-configs/px4fmu-v2/nsh/defconfig
index 9f94f0dd3..649fafc70 100644
--- a/nuttx-configs/px4fmu-v2/nsh/defconfig
+++ b/nuttx-configs/px4fmu-v2/nsh/defconfig
@@ -588,8 +588,8 @@ CONFIG_SCHED_LPWORKSTACKSIZE=1800
#
# Stack and heap information
#
-# This set to 380 with 28 bytes free
-CONFIG_IDLETHREAD_STACKSIZE=380
+# Per LM using 500 This set to 380 with 28 bytes free
+CONFIG_IDLETHREAD_STACKSIZE=500
CONFIG_USERMAIN_STACKSIZE=3000
CONFIG_PTHREAD_STACK_MIN=512
CONFIG_PTHREAD_STACK_DEFAULT=2048