From e179056b7ca9bf921ed3f4e75ec8bef6e649b2c8 Mon Sep 17 00:00:00 2001 From: armando Date: Mon, 4 Aug 2025 16:34:57 +0800 Subject: [PATCH] fix(rtc): fixed rtc_clk.c not in iram issue --- components/esp_hw_support/linker.lf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/esp_hw_support/linker.lf b/components/esp_hw_support/linker.lf index b4e010c8af..c37057f2c0 100644 --- a/components/esp_hw_support/linker.lf +++ b/components/esp_hw_support/linker.lf @@ -13,6 +13,9 @@ entries: cpu: esp_cpu_compare_and_set (noflash) esp_memory_utils (noflash) clk_utils (noflash) + if IDF_TARGET_ESP32H4 = y || IDF_TARGET_ESP32H21 = y: + # IDF-13780 + rtc_clk (noflash) if PM_SLP_IRAM_OPT = y: rtc_clk (noflash) rtc_time (noflash_text)