Skip to content

Commit 0ee714e

Browse files
committed
soc: move RTC initialization out of IRAM
Saves approximately 870 bytes of IRAM.
1 parent d1f9a23 commit 0ee714e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/soc/linker.lf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ archive: libsoc.a
33
entries:
44
cpu_util (noflash_text)
55
rtc_clk (noflash)
6-
rtc_clk_init (noflash_text)
7-
rtc_init (noflash_text)
6+
rtc_init:rtc_vddsdio_set_config (noflash)
87
rtc_periph (noflash_text)
98
rtc_pm (noflash_text)
109
rtc_sleep (noflash_text)

0 commit comments

Comments
 (0)