2020-11-25 23:39:49 -05:00
|
|
|
set(srcs
|
|
|
|
"adc_periph.c"
|
2021-08-27 00:18:12 -04:00
|
|
|
"dedic_gpio_periph.c"
|
2020-12-09 07:29:26 -05:00
|
|
|
"gdma_periph.c"
|
2020-11-25 23:39:49 -05:00
|
|
|
"gpio_periph.c"
|
2022-05-17 01:47:14 -04:00
|
|
|
"sdm_periph.c"
|
2020-11-25 23:39:49 -05:00
|
|
|
"interrupts.c"
|
|
|
|
"spi_periph.c"
|
|
|
|
"ledc_periph.c"
|
|
|
|
"rmt_periph.c"
|
|
|
|
"i2s_periph.c"
|
|
|
|
"i2c_periph.c"
|
|
|
|
"uart_periph.c"
|
2022-06-14 02:50:35 -04:00
|
|
|
"temperature_sensor_periph.c"
|
2022-10-27 06:22:52 -04:00
|
|
|
"timer_periph.c"
|
|
|
|
"twai_periph.c")
|
2020-11-25 23:39:49 -05:00
|
|
|
|
|
|
|
add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
|
|
|
|
|
|
|
|
target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
|
|
|
target_include_directories(${COMPONENT_LIB} PUBLIC . include)
|