]> git.sur5r.net Git - freertos/commitdiff
Increase stack size.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 17 Feb 2008 21:11:52 +0000 (21:11 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 17 Feb 2008 21:11:52 +0000 (21:11 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@212 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h

index 9981427f531f0b3c00f5078d7087cbfcf46a884a..989bc15e479c9c98d5ff3f2a8c99615d8bb0b6c4 100644 (file)
@@ -73,6 +73,7 @@ when running the application using the EUROScope debugger. */
 #define configUSE_PREEMPTION           1\r
 #define configUSE_IDLE_HOOK                    1\r
 #define configUSE_TICK_HOOK                    0\r
+#define configMINIMAL_STACK_SIZE       ( ( unsigned portSHORT ) 120 )\r
 #define configCPU_CLOCK_HZ                     ( ( unsigned portLONG ) 56000000 )      /* Clock setup from start.asm in the demo application. */\r
 #define configCLKP1_CLOCK_HZ           ( ( unsigned portLONG ) 56000000 )      /* Clock setup from start.asm in the demo application. */\r
 #define configTICK_RATE_HZ                     ( (portTickType) 1000 )\r
@@ -84,12 +85,6 @@ when running the application using the EUROScope debugger. */
 #define configUSE_MUTEXES                      1\r
 #define configUSE_TRACE_FACILITY       1\r
 \r
-#if( ( configMEMMODEL == portSMALL ) || ( configMEMMODEL == portMEDIUM ) )\r
-       #define configMINIMAL_STACK_SIZE        ( ( unsigned portSHORT ) 80 )\r
-#else\r
-       #define configMINIMAL_STACK_SIZE        ( ( unsigned portSHORT ) 120 )\r
-#endif\r
-\r
 /* Co-routine definitions. */\r
 #define configUSE_CO_ROUTINES                  1\r
 #define configMAX_CO_ROUTINE_PRIORITIES ( 4 )\r