mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Do not put the whole object files into IRAM. Add attributes to the functions called in ISR instead.
This commit is contained in:
parent
fd3ef4cdfe
commit
b238bc691d
@ -90,13 +90,7 @@ SECTIONS
|
|||||||
*libphy.a:(.literal .text .literal.* .text.*)
|
*libphy.a:(.literal .text .literal.* .text.*)
|
||||||
*librtc.a:(.literal .text .literal.* .text.*)
|
*librtc.a:(.literal .text .literal.* .text.*)
|
||||||
*libsoc.a:(.literal .text .literal.* .text.*)
|
*libsoc.a:(.literal .text .literal.* .text.*)
|
||||||
*libpp.a:pp.o(.literal .text .literal.* .text.*)
|
|
||||||
*libpp.a:lmac.o(.literal .text .literal.* .text.*)
|
|
||||||
*libpp.a:wdev.o(.literal .text .literal.* .text.*)
|
|
||||||
*libcore.a:ets_timer.o(.literal .text .literal.* .text.*)
|
|
||||||
*libnet80211.a:ieee80211_misc.o(.literal .text .literal.* .text.*)
|
|
||||||
*libhal.a:(.literal .text .literal.* .text.*)
|
*libhal.a:(.literal .text .literal.* .text.*)
|
||||||
*libcoexist.a:(.literal .text .literal.* .text.*)
|
|
||||||
*libspi_flash.a:spi_flash_rom_patch.o(.literal .text .literal.* .text.*)
|
*libspi_flash.a:spi_flash_rom_patch.o(.literal .text .literal.* .text.*)
|
||||||
_iram_text_end = ABSOLUTE(.);
|
_iram_text_end = ABSOLUTE(.);
|
||||||
} > iram0_0_seg
|
} > iram0_0_seg
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 7558b83e906589cb8491a894fd8e6f8c1f6554b6
|
Subproject commit 53aac75afe219af9feca42aca7f1126d394844c9
|
Loading…
x
Reference in New Issue
Block a user