Skip to content

Commit b3814a1

Browse files
committed
Merge branch 'bugfix/soc_reduce_iram' into 'master'
soc: move RTC initialization out of IRAM See merge request espressif/esp-idf!9898
2 parents a9dd9e3 + 0ee714e commit b3814a1

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)