]> git.sur5r.net Git - freertos/commitdiff
Increase stack sizes as we now have interrupts nesting 3 deep.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 11 Aug 2008 14:51:09 +0000 (14:51 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 11 Aug 2008 14:51:09 +0000 (14:51 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@448 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

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