NuttX configs: Reduce buffer sizes where reasonable

This commit is contained in:
Lorenz Meier
2015-10-03 13:00:37 +02:00
parent eef07b7fd2
commit 73e83a503c
2 changed files with 6 additions and 6 deletions

View File

@@ -455,7 +455,7 @@ CONFIG_PREALLOC_TIMERS=50
# Stack and heap information
#
CONFIG_IDLETHREAD_STACKSIZE=1000
CONFIG_USERMAIN_STACKSIZE=3000
CONFIG_USERMAIN_STACKSIZE=2500
CONFIG_PTHREAD_STACK_MIN=512
CONFIG_PTHREAD_STACK_DEFAULT=2048