mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
17 lines
363 B
CMake
17 lines
363 B
CMake
add_library(soc_esp32s2 STATIC
|
|
"adc_periph.c"
|
|
"dac_periph.c"
|
|
"gpio_periph.c"
|
|
"rtc_io_periph.c"
|
|
"rtc_periph.c"
|
|
"interrupts.c"
|
|
"spi_periph.c"
|
|
"ledc_periph.c"
|
|
"i2s_periph.c"
|
|
"i2c_periph.c"
|
|
"uart_periph.c"
|
|
"usb_periph.c"
|
|
"touch_sensor_periph.c")
|
|
|
|
target_include_directories(soc_esp32s2 PUBLIC . include ../include)
|