2019-09-09 08:56:46 -04:00
|
|
|
set(SOC_SRCS "adc_periph.c"
|
2019-07-19 09:20:16 -04:00
|
|
|
"dac_periph.c"
|
2019-09-09 08:56:46 -04:00
|
|
|
"cpu_util.c"
|
2019-06-13 02:15:51 -04:00
|
|
|
"gpio_periph.c"
|
2019-05-27 02:29:43 -04:00
|
|
|
"rtc_clk.c"
|
2019-04-03 05:08:02 -04:00
|
|
|
"rtc_init.c"
|
2019-07-25 11:11:31 -04:00
|
|
|
"rtc_io_periph.c"
|
2019-06-13 02:15:51 -04:00
|
|
|
"rtc_periph.c"
|
2019-04-03 05:08:02 -04:00
|
|
|
"rtc_pm.c"
|
|
|
|
"rtc_sleep.c"
|
|
|
|
"rtc_time.c"
|
2019-08-14 06:26:36 -04:00
|
|
|
"rtc_wdt.c"
|
2019-09-25 12:22:36 -04:00
|
|
|
"interrupts.c"
|
2019-04-03 05:08:02 -04:00
|
|
|
"soc_memory_layout.c"
|
2019-06-06 02:20:39 -04:00
|
|
|
"spi_periph.c"
|
2019-06-06 05:00:03 -04:00
|
|
|
"ledc_periph.c"
|
2019-06-04 23:32:20 -04:00
|
|
|
"i2s_periph.c"
|
2019-04-17 08:19:44 -04:00
|
|
|
"i2c_periph.c"
|
|
|
|
"uart_periph.c"
|
2019-11-27 07:08:44 -05:00
|
|
|
"touch_sensor_hal.c"
|
|
|
|
"touch_sensor_periph.c")
|
2019-04-03 05:08:02 -04: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()
|