]> granicus.if.org Git - esp-idf/commitdiff
freertos: increase timer task stack size to 2048 bytes
authorIvan Grokhotkov <ivan@espressif.com>
Fri, 24 Mar 2017 00:40:05 +0000 (08:40 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 24 Mar 2017 00:40:05 +0000 (08:40 +0800)
Current timer task stack size is insufficient for logging calls which
use non-nano vprintf.

components/freertos/include/freertos/FreeRTOSConfig.h

index 9deb9f4b5e463a6c2598436baf7f6ff7bbc7bea4..d178b5bf1207c2cd1d980d56166c4bd3696df77e 100644 (file)
 #define configUSE_TIMERS                    1
 #define configTIMER_TASK_PRIORITY           1
 #define configTIMER_QUEUE_LENGTH            10
-#define configTIMER_TASK_STACK_DEPTH        configMINIMAL_STACK_SIZE
+#define configTIMER_TASK_STACK_DEPTH        2048
 
 #define INCLUDE_xTimerPendFunctionCall      1
 #define INCLUDE_eTaskGetState               1