diff --git a/components/soc/esp32s2beta/sources.cmake b/components/soc/esp32s2beta/sources.cmake index 66bd3b8b0c..d252ae563b 100644 --- a/components/soc/esp32s2beta/sources.cmake +++ b/components/soc/esp32s2beta/sources.cmake @@ -1,6 +1,8 @@ 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"