 f5e02e72ed
			
		
	
	f5e02e72ed
	
	
	
		
			
			`hw\bsp` separate one family folder to esp32s2, esp32s3 add board specific board.cmake file to override board specific options(features) fix examples and test scripts to use new family approach
		
			
				
	
	
		
			9 lines
		
	
	
		
			271 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			271 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(component_srcs "src/led_strip_rmt_ws2812.c")
 | |
| 
 | |
| idf_component_register(SRCS "${component_srcs}"
 | |
|                        INCLUDE_DIRS "include"
 | |
|                        PRIV_INCLUDE_DIRS ""
 | |
|                        PRIV_REQUIRES "driver"
 | |
|                        REQUIRES "")
 | |
| 
 |