forked from Archive/PX4-Autopilot
Increased stack sizes, this fixes the board not booting with a ROMFS mount message
This commit is contained in:
parent
c815aff842
commit
fdd758df5c
|
@ -1020,8 +1020,8 @@ CONFIG_CUSTOM_STACK=n
|
|||
CONFIG_STACK_POINTER=
|
||||
# Idle thread needs 4096 bytes
|
||||
# default 1 KB is not enough
|
||||
CONFIG_IDLETHREAD_STACKSIZE=4096
|
||||
CONFIG_USERMAIN_STACKSIZE=3072
|
||||
CONFIG_IDLETHREAD_STACKSIZE=6000
|
||||
CONFIG_USERMAIN_STACKSIZE=4096
|
||||
CONFIG_PTHREAD_STACK_MIN=512
|
||||
CONFIG_PTHREAD_STACK_DEFAULT=2048
|
||||
CONFIG_HEAP_BASE=
|
||||
|
|
Loading…
Reference in New Issue