Browse Source

FMUv4 config: Ensure enough stack space in user main function

There was enough margin with 200 bytes, but this change widens that to the default of 300.
;
sbg
Lorenz Meier 8 years ago
parent
commit
49b1bd597e
  1. 2
      nuttx-configs/px4fmu-v4/nsh/defconfig

2
nuttx-configs/px4fmu-v4/nsh/defconfig

@ -761,7 +761,7 @@ CONFIG_SCHED_LPWORKSTACKSIZE=1800 @@ -761,7 +761,7 @@ CONFIG_SCHED_LPWORKSTACKSIZE=1800
# Stack and heap information
#
CONFIG_IDLETHREAD_STACKSIZE=500
CONFIG_USERMAIN_STACKSIZE=2500
CONFIG_USERMAIN_STACKSIZE=2600
CONFIG_PTHREAD_STACK_MIN=512
CONFIG_PTHREAD_STACK_DEFAULT=2048
# CONFIG_LIB_SYSCALL is not set

Loading…
Cancel
Save