From ea1dcf7fe40646a40faba787d63015244274575d Mon Sep 17 00:00:00 2001 From: "Michael (XIAO Xufeng)" Date: Thu, 13 Jun 2019 14:15:51 +0800 Subject: [PATCH] gpio: fix missing cmakelists for esp32s2beta --- components/soc/esp32s2beta/sources.cmake | 2 ++ 1 file changed, 2 insertions(+) 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"