forked from epagris/FreeRTOS-Kernel
		
	Increase minimal stack size for the SAMD20 demo.
This commit is contained in:
		
							parent
							
								
									dcea05a81c
								
							
						
					
					
						commit
						c09f6e6a9b
					
				@ -86,7 +86,7 @@
 | 
			
		||||
#define configCPU_CLOCK_HZ				( system_clock_source_get_hz( SYSTEM_CLOCK_SOURCE_DFLL ) )
 | 
			
		||||
#define configTICK_RATE_HZ				( ( portTickType ) 500 )
 | 
			
		||||
#define configMAX_PRIORITIES			( ( unsigned portBASE_TYPE ) 5 )
 | 
			
		||||
#define configMINIMAL_STACK_SIZE		( ( unsigned short ) 60 )
 | 
			
		||||
#define configMINIMAL_STACK_SIZE		( ( unsigned short ) 70 )
 | 
			
		||||
#define configTOTAL_HEAP_SIZE			( ( size_t ) ( 16000 ) )
 | 
			
		||||
#define configMAX_TASK_NAME_LEN			( 5 )
 | 
			
		||||
#define configUSE_TRACE_FACILITY		1
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user