From fe28be29db4c4f9ea259538fc456c1e76ea6a1a2 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Thu, 2 Apr 2009 18:21:00 +0200 Subject: PIC18_SDCC: Increase configMINIMAL_STACK_SIZE This patch increase configMINIMAL_STACK_SIZE. This is necessary in order to run some demo tasks (interger.c, etc.) signed-off-by: Gaye Abdoulaye Walsimou --- Demo/PIC18_SDCC/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/PIC18_SDCC/FreeRTOSConfig.h b/Demo/PIC18_SDCC/FreeRTOSConfig.h index 666cd17e..76674e29 100644 --- a/Demo/PIC18_SDCC/FreeRTOSConfig.h +++ b/Demo/PIC18_SDCC/FreeRTOSConfig.h @@ -34,7 +34,7 @@ #define configTICK_RATE_HZ ((portTickType)1000) #define configCPU_CLOCK_HZ ((unsigned portLONG)20000000) #define configMAX_PRIORITIES ((unsigned portBASE_TYPE)5) -#define configMINIMAL_STACK_SIZE (109) +#define configMINIMAL_STACK_SIZE (120) #define configTOTAL_HEAP_SIZE ((size_t)1024) #define configMAX_TASK_NAME_LEN (4) #define configUSE_TRACE_FACILITY 0 -- cgit v1.2.3