2020-08-08 08:15:27 -04:00
|
|
|
set(srcs
|
2020-09-25 01:57:52 -04:00
|
|
|
"adc_periph.c"
|
|
|
|
"dac_periph.c"
|
|
|
|
"dedic_gpio_periph.c"
|
|
|
|
"gpio_periph.c"
|
|
|
|
"i2c_periph.c"
|
|
|
|
"i2s_periph.c"
|
|
|
|
"interrupts.c"
|
|
|
|
"ledc_periph.c"
|
|
|
|
"pcnt_periph.c"
|
2020-10-09 04:41:41 -04:00
|
|
|
"rmt_periph.c"
|
2020-09-25 01:57:52 -04:00
|
|
|
"rtc_io_periph.c"
|
2020-10-22 01:16:49 -04:00
|
|
|
"sigmadelta_periph.c"
|
2020-09-25 01:57:52 -04:00
|
|
|
"spi_periph.c"
|
2020-10-13 23:46:30 -04:00
|
|
|
"timer_periph.c"
|
2020-09-25 01:57:52 -04:00
|
|
|
"touch_sensor_periph.c"
|
|
|
|
"uart_periph.c"
|
|
|
|
"usb_periph.c")
|
2020-01-07 23:50:03 -05:00
|
|
|
|
|
|
|
add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
|
|
|
|
|
|
|
|
target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
|
|
|
target_include_directories(${COMPONENT_LIB} PUBLIC . include)
|