mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			610 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			610 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(srcs
 | |
|     "adc_periph.c"
 | |
|     "dac_periph.c"
 | |
|     "dedic_gpio_periph.c"
 | |
|     "gdma_periph.c"
 | |
|     "gpio_periph.c"
 | |
|     "i2c_periph.c"
 | |
|     "i2s_periph.c"
 | |
|     "interrupts.c"
 | |
|     "ledc_periph.c"
 | |
|     "pcnt_periph.c"
 | |
|     "rmt_periph.c"
 | |
|     "rtc_io_periph.c"
 | |
|     "sdio_slave_periph.c"
 | |
|     "sdmmc_periph.c"
 | |
|     "sigmadelta_periph.c"
 | |
|     "soc_memory_layout.c"
 | |
|     "spi_periph.c"
 | |
|     "timer_periph.c"
 | |
|     "touch_sensor_periph.c"
 | |
|     "uart_periph.c")
 | |
| 
 | |
| add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
 | |
| 
 | |
| target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
 | |
| target_include_directories(${COMPONENT_LIB} PUBLIC . include)
 | 
