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

20 lines
633 B
CMake
Raw Normal View History

set(SOC_SRCS "cpu_util.c"
"gpio_periph.c"
"rtc_clk.c"
2019-04-03 09:08:02 +00:00
"rtc_init.c"
"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"
"interrupts.c"
2019-04-03 09:08:02 +00:00
"soc_memory_layout.c"
"spi_periph.c"
2019-06-06 09:00:03 +00:00
"ledc_periph.c"
"i2s_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()