fix(clk): add an inevitable kconfig option to be selected to use rc32k

This commit is contained in:
Song Ruo Jing
2024-10-24 16:28:05 +08:00
parent 874ce4d1d8
commit aa35807198
13 changed files with 15 additions and 43 deletions
-4
View File
@@ -18,10 +18,6 @@ if(${target} STREQUAL "esp32c6")
list(APPEND priv_requires hal)
endif()
if(CONFIG_RTC_CLK_SRC_INT_RC32K)
message(WARNING "Internal RC32K clock is unstable at extreme temperatures and is not recommended for use.")
endif()
set(srcs "cpu.c" "port/${IDF_TARGET}/esp_cpu_intr.c" "esp_memory_utils.c" "port/${IDF_TARGET}/cpu_region_protect.c")
if(NOT non_os_build)
list(APPEND srcs "esp_clk.c"