forked from espressif/esp-idf
freertos: increase timer task stack size to 2048 bytes
Current timer task stack size is insufficient for logging calls which use non-nano vprintf.
This commit is contained in:
@@ -254,7 +254,7 @@
|
||||
#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
|
||||
|
Reference in New Issue
Block a user