#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
#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