Compare commits

..

1 Commits

Author SHA1 Message Date
fd753705dd perf: increased min and total heap size 2025-10-06 17:50:53 +03:00

View File

@@ -49,7 +49,7 @@
#define configCPU_CLOCK_HZ F_CPU #define configCPU_CLOCK_HZ F_CPU
#define configTICK_RATE_HZ 1000 #define configTICK_RATE_HZ 1000
#define configMAX_PRIORITIES 4 #define configMAX_PRIORITIES 4
#define configMINIMAL_STACK_SIZE 64 #define configMINIMAL_STACK_SIZE 72
#define configMAX_TASK_NAME_LEN 16 #define configMAX_TASK_NAME_LEN 16
#define configUSE_16_BIT_TICKS 1 #define configUSE_16_BIT_TICKS 1
#define configIDLE_SHOULD_YIELD 1 #define configIDLE_SHOULD_YIELD 1
@@ -72,7 +72,7 @@
/* Memory allocation related definitions. */ /* Memory allocation related definitions. */
#define configSUPPORT_STATIC_ALLOCATION 0 #define configSUPPORT_STATIC_ALLOCATION 0
#define configSUPPORT_DYNAMIC_ALLOCATION 1 #define configSUPPORT_DYNAMIC_ALLOCATION 1
#define configTOTAL_HEAP_SIZE 1280 #define configTOTAL_HEAP_SIZE 1408
#define configAPPLICATION_ALLOCATED_HEAP 0 #define configAPPLICATION_ALLOCATED_HEAP 0
#define configSTACK_ALLOCATION_FROM_SEPARATE_HEAP 0 #define configSTACK_ALLOCATION_FROM_SEPARATE_HEAP 0