Spark config updates from David Sidrane

This commit is contained in:
Gregory Nutt 2013-11-02 08:11:41 -06:00
parent e35f0035d2
commit b5534ade06
2 changed files with 2 additions and 2 deletions

View File

@ -385,7 +385,7 @@ CONFIG_PREALLOC_TIMERS=2
# Stack and heap information # Stack and heap information
# #
CONFIG_IDLETHREAD_STACKSIZE=280 CONFIG_IDLETHREAD_STACKSIZE=280
CONFIG_USERMAIN_STACKSIZE=830 CONFIG_USERMAIN_STACKSIZE=1024
CONFIG_PTHREAD_STACK_MIN=256 CONFIG_PTHREAD_STACK_MIN=256
CONFIG_PTHREAD_STACK_DEFAULT=340 CONFIG_PTHREAD_STACK_DEFAULT=340

View File

@ -23,7 +23,7 @@ CONFIG_HOST_LINUX=y
# Binary Output Formats # Binary Output Formats
# #
# CONFIG_RRLOAD_BINARY is not set # CONFIG_RRLOAD_BINARY is not set
# CONFIG_INTELHEX_BINARY is not set CONFIG_INTELHEX_BINARY=y
# CONFIG_MOTOROLA_SREC is not set # CONFIG_MOTOROLA_SREC is not set
CONFIG_RAW_BINARY=y CONFIG_RAW_BINARY=y