feat(esp_hw_support): compensate the error introduced to LACT during APB frequency switching

This commit is contained in:
wuzhenghui
2025-05-21 10:08:03 +08:00
parent 31149354a9
commit e8475d7796
2 changed files with 35 additions and 2 deletions
+3
View File
@@ -16,6 +16,9 @@ entries:
if PM_SLP_IRAM_OPT = y:
rtc_clk (noflash)
rtc_time (noflash_text)
if IDF_TARGET_ESP32 = y:
rtc_clk:rtc_clk_cpu_freq_to_pll_mhz (noflash)
rtc_clk:rtc_clk_cpu_freq_to_xtal (noflash)
if SOC_CONFIGURABLE_VDDSDIO_SUPPORTED = y:
rtc_init:rtc_vddsdio_get_config (noflash)
rtc_init:rtc_vddsdio_set_config (noflash)