1set(srcs
2    "adc_periph.c"
3    "dedic_gpio_periph.c"
4    "gdma_periph.c"
5    "gpio_periph.c"
6    "i2c_periph.c"
7    "i2s_periph.c"
8    "interrupts.c"
9    "lcd_periph.c"
10    "ledc_periph.c"
11    "mcpwm_periph.c"
12    "pcnt_periph.c"
13    "rmt_periph.c"
14    "rtc_io_periph.c"
15    "sdio_slave_periph.c"
16    "sdmmc_periph.c"
17    "sigmadelta_periph.c"
18    "spi_periph.c"
19    "timer_periph.c"
20    "touch_sensor_periph.c"
21    "uart_periph.c"
22    "usb_periph.c"
23    "usb_phy_periph.c")
24
25add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
26
27target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
28target_include_directories(${COMPONENT_LIB} PUBLIC . include)
29