2020-11-26 04:39:49 +00:00
|
|
|
set(srcs
|
|
|
|
"adc_periph.c"
|
2020-12-09 12:29:26 +00:00
|
|
|
"gdma_periph.c"
|
2020-11-26 04:39:49 +00:00
|
|
|
"gpio_periph.c"
|
|
|
|
"interrupts.c"
|
|
|
|
"spi_periph.c"
|
|
|
|
"ledc_periph.c"
|
|
|
|
"rmt_periph.c"
|
2020-12-22 07:21:56 +00:00
|
|
|
"soc_memory_layout.c"
|
2020-11-26 04:39:49 +00:00
|
|
|
"sigmadelta_periph.c"
|
2020-12-22 07:21:56 +00:00
|
|
|
"soc_memory_layout.c"
|
2020-11-26 04:39:49 +00:00
|
|
|
"i2s_periph.c"
|
|
|
|
"i2c_periph.c"
|
|
|
|
"uart_periph.c"
|
|
|
|
"timer_periph.c")
|
|
|
|
|
|
|
|
add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
|
|
|
|
|
|
|
|
target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
|
|
|
target_include_directories(${COMPONENT_LIB} PUBLIC . include)
|