mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 09:01:40 +01:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			282 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			282 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								# In this example, the default build (obtained with 'idf.py build')
							 | 
						||
| 
								 | 
							
								# targets a hypothetical development platform.
							 | 
						||
| 
								 | 
							
								CONFIG_EXAMPLE_PRODUCT_NAME="Blinky Development Board"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# This selects 'func_dev.c' file to be compiled and linked, see CMakeLists.txt.
							 | 
						||
| 
								 | 
							
								CONFIG_EXAMPLE_FUNC_IMPL_DEV=y
							 |