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