2019-09-09 12:56:46 +00:00
|
|
|
set(SOC_SRCS "adc_periph.c"
|
2019-07-19 13:20:16 +00:00
|
|
|
"dac_periph.c"
|
2019-09-09 12:56:46 +00:00
|
|
|
"cpu_util.c"
|
2019-06-13 06:15:51 +00:00
|
|
|
"gpio_periph.c"
|
2019-05-27 06:29:43 +00:00
|
|
|
"rtc_clk.c"
|
2019-04-03 09:08:02 +00:00
|
|
|
"rtc_init.c"
|
2019-07-25 15:11:31 +00:00
|
|
|
"rtc_io_periph.c"
|
2019-06-13 06:15:51 +00:00
|
|
|
"rtc_periph.c"
|
2019-04-03 09:08:02 +00:00
|
|
|
"rtc_pm.c"
|
|
|
|
"rtc_sleep.c"
|
|
|
|
"rtc_time.c"
|
2019-08-14 10:26:36 +00:00
|
|
|
"rtc_wdt.c"
|
2019-09-25 16:22:36 +00:00
|
|
|
"interrupts.c"
|
2019-04-03 09:08:02 +00:00
|
|
|
"soc_memory_layout.c"
|
2019-06-06 06:20:39 +00:00
|
|
|
"spi_periph.c"
|
2019-06-06 09:00:03 +00:00
|
|
|
"ledc_periph.c"
|
2019-06-05 03:32:20 +00:00
|
|
|
"i2s_periph.c"
|
2019-04-17 12:19:44 +00:00
|
|
|
"i2c_periph.c"
|
|
|
|
"uart_periph.c"
|
2019-11-27 12:08:44 +00:00
|
|
|
"touch_sensor_hal.c"
|
|
|
|
"touch_sensor_periph.c")
|
2019-04-03 09:08:02 +00:00
|
|
|
|
|
|
|
if(NOT CMAKE_BUILD_EARLY_EXPANSION)
|
|
|
|
set_source_files_properties("esp32s2beta/rtc_clk.c" PROPERTIES
|
|
|
|
COMPILE_FLAGS "-fno-jump-tables -fno-tree-switch-conversion")
|
|
|
|
endif()
|