summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-04-02 18:21:00 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-04-02 18:21:00 +0200
commitfe28be29db4c4f9ea259538fc456c1e76ea6a1a2 (patch)
tree0f23f74d129a18e9cf3a7d72620005a16e6e1dd2
parent4f0f106d57d0a3e30b51bff016ccafa6c29f5f26 (diff)
downloadfreertos-fe28be29db4c4f9ea259538fc456c1e76ea6a1a2.tar.gz
freertos-fe28be29db4c4f9ea259538fc456c1e76ea6a1a2.tar.bz2
freertos-fe28be29db4c4f9ea259538fc456c1e76ea6a1a2.tar.xz
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<walsimou@walsimou.com>
-rw-r--r--Demo/PIC18_SDCC/FreeRTOSConfig.h2
1 files changed, 1 insertions, 1 deletions
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