From 0ee714e1fa550e86dc5867e0ea21afe8ee7e447a Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Fri, 31 Jul 2020 15:11:24 +0200 Subject: [PATCH] soc: move RTC initialization out of IRAM Saves approximately 870 bytes of IRAM. --- components/soc/linker.lf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/soc/linker.lf b/components/soc/linker.lf index 464d335d7d..4a5e871df8 100644 --- a/components/soc/linker.lf +++ b/components/soc/linker.lf @@ -3,8 +3,7 @@ archive: libsoc.a entries: cpu_util (noflash_text) rtc_clk (noflash) - rtc_clk_init (noflash_text) - rtc_init (noflash_text) + rtc_init:rtc_vddsdio_set_config (noflash) rtc_periph (noflash_text) rtc_pm (noflash_text) rtc_sleep (noflash_text)