| 
									
										
										
										
											2021-04-16 13:37:14 +02:00
										 |  |  | idf_component_register(SRCS esp32s3.c | 
					
						
							| 
									
										
										
										
											2020-11-27 22:31:47 +07:00
										 |  |  |                     INCLUDE_DIRS "." "${BOARD}"
 | 
					
						
							| 
									
										
										
										
											2020-04-09 00:06:18 +07:00
										 |  |  |                     PRIV_REQUIRES "driver"
 | 
					
						
							| 
									
										
										
										
											2020-11-27 22:31:47 +07:00
										 |  |  |                     REQUIRES freertos src led_strip)
 | 
					
						
							| 
									
										
										
										
											2020-04-09 00:06:18 +07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-03-09 11:29:07 +01:00
										 |  |  | # Apply board specific content
 | 
					
						
							| 
									
										
										
										
											2021-04-16 13:37:14 +02:00
										 |  |  | include("${BOARD}/board.cmake")
 | 
					
						
							| 
									
										
										
										
											2020-04-09 00:06:18 +07:00
										 |  |  | 
 | 
					
						
							|  |  |  | idf_component_get_property( FREERTOS_ORIG_INCLUDE_PATH freertos ORIG_INCLUDE_PATH)
 | 
					
						
							|  |  |  | target_include_directories(${COMPONENT_TARGET} PUBLIC | 
					
						
							|  |  |  |   "${FREERTOS_ORIG_INCLUDE_PATH}"
 | 
					
						
							|  |  |  |   "${TOP}/hw"
 | 
					
						
							|  |  |  |   "${TOP}/src"  
 | 
					
						
							|  |  |  | )
 |