1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-19 22:19:14 -04:00
2019-06-14 20:27:26 +08:00

16 lines
511 B
CMake

set(SOC_SRCS "cpu_util.c"
"rtc_clk.c"
"rtc_init.c"
"rtc_pm.c"
"rtc_sleep.c"
"rtc_time.c"
"soc_memory_layout.c"
"spi_periph.c"
"gpio_periph.c"
"rtc_periph.c")
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()