]> git.sur5r.net Git - freertos/blobdiff - Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
Increase stack sizes as we now have interrupts nesting 3 deep.
[freertos] / Demo / ColdFire_MCF5282_Eclipse / RTOSDemo / FreeRTOSConfig.h
index b8fece0caa048c1b13436d3f123fd67bb197b071..a65da0f172b1b40f80dcd6e6847b111fea9acb5d 100644 (file)
@@ -67,8 +67,8 @@
 #define configUSE_TICK_HOOK                            0\r
 #define configCPU_CLOCK_HZ                             ( ( unsigned portLONG ) 64000000 )\r
 #define configTICK_RATE_HZ                             ( ( portTickType ) 1000 )\r
-#define configMINIMAL_STACK_SIZE               ( ( unsigned portSHORT ) 100 )\r
-#define configTOTAL_HEAP_SIZE                  ( ( size_t ) ( 30000 ) )\r
+#define configMINIMAL_STACK_SIZE               ( ( unsigned portSHORT ) 160 )\r
+#define configTOTAL_HEAP_SIZE                  ( ( size_t ) ( 40000 ) )\r
 #define configMAX_TASK_NAME_LEN                        ( 12 )\r
 #define configUSE_TRACE_FACILITY               1\r
 #define configUSE_16_BIT_TICKS                 0\r