mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	 891f0db31d
			
		
	
	891f0db31d
	
	
	
		
			
			Implements function to dump GCOV data to host via JTAG. The following functionality was added: - Host file I/O - GCOV runtime I/O stubs - GCOV example
		
			
				
	
	
		
			7 lines
		
	
	
		
			167 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			167 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # "main" pseudo-component makefile.
 | |
| #
 | |
| # (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
 | |
| 
 | |
| CFLAGS += --coverage
 |