mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	The following commit updates the first half of the the system example README files. Some other changes were also made: * Updated base_mac_address example * Moved contents in GCOV README to GCOV docs * Some *main.c file names updated * Updated example README template
		
			
				
	
	
		
			9 lines
		
	
	
		
			280 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			280 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
idf_component_register(SRCS "gcov_example_main.c"
 | 
						|
                            "gcov_example_func.c"
 | 
						|
                    INCLUDE_DIRS ".")
 | 
						|
 | 
						|
set_source_files_properties(gcov_example_main.c
 | 
						|
                            gcov_example_func.c
 | 
						|
    PROPERTIES COMPILE_FLAGS
 | 
						|
    --coverage)
 |