mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	 f4ea9d4cea
			
		
	
	f4ea9d4cea
	
	
	
		
			
			FreeRTOS scheduler uses additional stack space, as in some functions variables are placed onto the stack instead of registers. This issue resulted in occasional stack overflows in dport task, when compiling at -O0 optimization level. - Increase the configMINIMAL_STACK_SIZE to 1kB. - Enable the watchpoint at the end of stack in CI startup test for this optimization level.
		
			
				
	
	
		
			3 lines
		
	
	
		
			78 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			78 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| CONFIG_COMPILER_OPTIMIZATION_NONE=y
 | |
| CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
 |