fix(esp_hw_support): fix cpu lockup reset issue caused by i-cache illegal access during esp_restart

This commit is contained in:
Li Shuai
2025-11-25 12:13:16 +08:00
parent ea6b0ff2da
commit bb5e96f596
+1 -2
View File
@@ -13,8 +13,7 @@ entries:
cpu: esp_cpu_compare_and_set (noflash)
esp_memory_utils (noflash)
clk_utils (noflash)
if PM_SLP_IRAM_OPT = y:
esp_clk_tree: esp_clk_tree_enable_src (noflash)
esp_clk_tree: esp_clk_tree_enable_src (noflash)
if RTC_CLK_FUNC_IN_IRAM = y:
rtc_clk (noflash)
if IDF_TARGET_ESP32 = y: