mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	- Add sdkconfig.ci.task_tracking that runs generic tests with heap task tracking enabled. - Add task_tracking.c that includes a test checking that a created task that allocates memory is added to the list of task tracked by the heap task tracking feature.
		
			
				
	
	
		
			6 lines
		
	
	
		
			191 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			191 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
CONFIG_HEAP_POISONING_DISABLED=y
 | 
						|
CONFIG_HEAP_POISONING_LIGHT=n
 | 
						|
CONFIG_HEAP_POISONING_COMPREHENSIVE=n
 | 
						|
 | 
						|
CONFIG_HEAP_TASK_TRACKING=y # to make sure the config doesn't induce unexpected behavior
 |