From 00ef4a5fdd9225457bbbba443bbdb9916806d924 Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Thu, 18 Nov 2021 09:59:56 -0500 Subject: [PATCH] Increase heap --- examples/lighting-app/efr32/include/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lighting-app/efr32/include/FreeRTOSConfig.h b/examples/lighting-app/efr32/include/FreeRTOSConfig.h index 698305e3403f42..3d241f9a24ce0e 100644 --- a/examples/lighting-app/efr32/include/FreeRTOSConfig.h +++ b/examples/lighting-app/efr32/include/FreeRTOSConfig.h @@ -237,7 +237,7 @@ See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */ #define configENABLE_BACKWARD_COMPATIBILITY (1) #define configSUPPORT_STATIC_ALLOCATION (1) #define configSUPPORT_DYNAMIC_ALLOCATION (1) -#define configTOTAL_HEAP_SIZE ((size_t)(16 * 1024)) +#define configTOTAL_HEAP_SIZE ((size_t)(20 * 1024)) /* Optional functions - most linkers will remove unused functions anyway. */ #define INCLUDE_vTaskPrioritySet (1)