From fd753705dd3031d5b38ad4cdc1d7ee487c4ba856 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Mon, 6 Oct 2025 17:50:53 +0300 Subject: [PATCH] perf: increased min and total heap size --- include/FreeRTOSConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/FreeRTOSConfig.h b/include/FreeRTOSConfig.h index b59752e..034851d 100644 --- a/include/FreeRTOSConfig.h +++ b/include/FreeRTOSConfig.h @@ -49,7 +49,7 @@ #define configCPU_CLOCK_HZ F_CPU #define configTICK_RATE_HZ 1000 #define configMAX_PRIORITIES 4 -#define configMINIMAL_STACK_SIZE 64 +#define configMINIMAL_STACK_SIZE 72 #define configMAX_TASK_NAME_LEN 16 #define configUSE_16_BIT_TICKS 1 #define configIDLE_SHOULD_YIELD 1 @@ -72,7 +72,7 @@ /* Memory allocation related definitions. */ #define configSUPPORT_STATIC_ALLOCATION 0 #define configSUPPORT_DYNAMIC_ALLOCATION 1 -#define configTOTAL_HEAP_SIZE 1280 +#define configTOTAL_HEAP_SIZE 1408 #define configAPPLICATION_ALLOCATED_HEAP 0 #define configSTACK_ALLOCATION_FROM_SEPARATE_HEAP 0