esp-idf/components/soc/esp32s2beta/sources.cmake

24 lines
760 B
CMake
Raw Normal View History

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"
"gpio_periph.c"
"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"
"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"
"interrupts.c"
2019-04-03 05:08:02 -04:00
"soc_memory_layout.c"
"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"
"i2c_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()