mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11 lines
266 B
CMake
11 lines
266 B
CMake
set(SOC_SRCS "cpu_util.c"
|
|
"gpio_periph.c"
|
|
"rtc_clk.c"
|
|
"rtc_init.c"
|
|
"rtc_periph.c"
|
|
"rtc_pm.c"
|
|
"rtc_sleep.c"
|
|
"rtc_time.c"
|
|
"soc_memory_layout.c"
|
|
"spi_periph.c")
|