forked from Archive/PX4-Autopilot
Commented defconfig changes
This commit is contained in:
parent
fdd758df5c
commit
cab1fed3e9
|
@ -1020,7 +1020,9 @@ CONFIG_CUSTOM_STACK=n
|
||||||
CONFIG_STACK_POINTER=
|
CONFIG_STACK_POINTER=
|
||||||
# Idle thread needs 4096 bytes
|
# Idle thread needs 4096 bytes
|
||||||
# default 1 KB is not enough
|
# default 1 KB is not enough
|
||||||
|
# 4096 bytes
|
||||||
CONFIG_IDLETHREAD_STACKSIZE=6000
|
CONFIG_IDLETHREAD_STACKSIZE=6000
|
||||||
|
# USERMAIN stack size probably needs to be around 4096 bytes
|
||||||
CONFIG_USERMAIN_STACKSIZE=4096
|
CONFIG_USERMAIN_STACKSIZE=4096
|
||||||
CONFIG_PTHREAD_STACK_MIN=512
|
CONFIG_PTHREAD_STACK_MIN=512
|
||||||
CONFIG_PTHREAD_STACK_DEFAULT=2048
|
CONFIG_PTHREAD_STACK_DEFAULT=2048
|
||||||
|
|
Loading…
Reference in New Issue