mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 11:09:01 +01:00 
			
		
		
		
	Increase stack size.
This commit is contained in:
		
							parent
							
								
									30eb33aa89
								
							
						
					
					
						commit
						1398ff5f3b
					
				@ -73,6 +73,7 @@ when running the application using the EUROScope debugger. */
 | 
			
		||||
#define configUSE_PREEMPTION		1
 | 
			
		||||
#define configUSE_IDLE_HOOK			1
 | 
			
		||||
#define configUSE_TICK_HOOK			0
 | 
			
		||||
#define configMINIMAL_STACK_SIZE	( ( unsigned portSHORT ) 120 )
 | 
			
		||||
#define configCPU_CLOCK_HZ			( ( unsigned portLONG ) 56000000 )	/* Clock setup from start.asm in the demo application. */
 | 
			
		||||
#define configCLKP1_CLOCK_HZ		( ( unsigned portLONG ) 56000000 )	/* Clock setup from start.asm in the demo application. */
 | 
			
		||||
#define configTICK_RATE_HZ			( (portTickType) 1000 )
 | 
			
		||||
@ -84,12 +85,6 @@ when running the application using the EUROScope debugger. */
 | 
			
		||||
#define configUSE_MUTEXES			1
 | 
			
		||||
#define configUSE_TRACE_FACILITY	1
 | 
			
		||||
 | 
			
		||||
#if( ( configMEMMODEL == portSMALL ) || ( configMEMMODEL == portMEDIUM ) )
 | 
			
		||||
	#define configMINIMAL_STACK_SIZE	( ( unsigned portSHORT ) 80 )
 | 
			
		||||
#else
 | 
			
		||||
	#define configMINIMAL_STACK_SIZE	( ( unsigned portSHORT ) 120 )
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/* Co-routine definitions. */
 | 
			
		||||
#define configUSE_CO_ROUTINES			1
 | 
			
		||||
#define configMAX_CO_ROUTINE_PRIORITIES ( 4 )
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user