Prechádzať zdrojové kódy

[BT-6709]increase freertos configTOTAL_HEAP_SIZE (fix bug not run snmp & sntp task)

balbekova 5 rokov pred
rodič
commit
b65a4f4b0e

+ 1 - 1
thirdparty/FreeRTOS/include/FreeRTOSConfig.h

@@ -99,7 +99,7 @@ assembly files that include this header file. */
 #define configTICK_RATE_HZ				( ( TickType_t ) 1000 )
 #define configMAX_PRIORITIES			( 5 )
 #define configMINIMAL_STACK_SIZE		( ( unsigned short ) 128 )
-#define configTOTAL_HEAP_SIZE			( ( size_t ) ( 60 * 1024 ) )
+#define configTOTAL_HEAP_SIZE			( ( size_t ) ( 64 * 1024 ) )
 #define configMAX_TASK_NAME_LEN			( 16 )
 #define configUSE_TRACE_FACILITY		1
 #define configUSE_16_BIT_TICKS			0