Commented defconfig changes

This commit is contained in:
Lorenz Meier 2012-09-12 17:26:40 +02:00
parent fdd758df5c
commit cab1fed3e9
1 changed files with 2 additions and 0 deletions

View File

@ -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