Skip to content

Commit 27d49d1

Browse files
committed
Increase FreeRTOS heap to 32k - we can afford with a total of 512k SRAM.
1 parent b6c601b commit 27d49d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Arduino_FreeRTOS/src/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ FSP_HEADER
117117
#define configSUPPORT_DYNAMIC_ALLOCATION (1)
118118
#endif
119119
#ifndef configTOTAL_HEAP_SIZE
120-
#define configTOTAL_HEAP_SIZE (4096)
120+
#define configTOTAL_HEAP_SIZE (0x8000)
121121
#endif
122122
#ifndef configAPPLICATION_ALLOCATED_HEAP
123123
#define configAPPLICATION_ALLOCATED_HEAP (4)

0 commit comments

Comments
 (0)