2020-08-08 12:15:27 +00:00
|
|
|
set(srcs
|
2020-09-25 05:57:52 +00:00
|
|
|
"adc_periph.c"
|
|
|
|
"dac_periph.c"
|
|
|
|
"gpio_periph.c"
|
|
|
|
"i2c_periph.c"
|
|
|
|
"i2s_periph.c"
|
|
|
|
"interrupts.c"
|
|
|
|
"ledc_periph.c"
|
2021-02-25 10:55:30 +00:00
|
|
|
"mcpwm_periph.c"
|
2020-10-09 08:41:41 +00:00
|
|
|
"pcnt_periph.c"
|
|
|
|
"rmt_periph.c"
|
2020-09-25 05:57:52 +00:00
|
|
|
"rtc_io_periph.c"
|
|
|
|
"sdio_slave_periph.c"
|
|
|
|
"sdmmc_periph.c"
|
2020-10-22 05:16:49 +00:00
|
|
|
"sigmadelta_periph.c"
|
2020-01-08 04:50:03 +00:00
|
|
|
"soc_memory_layout.c"
|
2020-09-25 05:57:52 +00:00
|
|
|
"spi_periph.c"
|
2020-10-14 03:46:30 +00:00
|
|
|
"timer_periph.c"
|
2020-09-25 05:57:52 +00:00
|
|
|
"touch_sensor_periph.c"
|
|
|
|
"uart_periph.c")
|
2020-01-08 04:50:03 +00:00
|
|
|
|
|
|
|
add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
|
|
|
|
|
|
|
|
target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
|
|
|
target_include_directories(${COMPONENT_LIB} PUBLIC . include)
|