mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-05 15:35:50 +00:00
cmake: make main a component again
This commit is contained in:
10
components/soc/esp32/sources.cmake
Normal file
10
components/soc/esp32/sources.cmake
Normal file
@@ -0,0 +1,10 @@
|
||||
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")
|
Reference in New Issue
Block a user