Browse Source

esp32/esp32.custom_common.ld: Put soc code in iram0.

This is what the IDF does, it must be done.
pull/3814/head
Damien George 7 years ago
parent
commit
df9b7e8f24
  1. 2
      ports/esp32/esp32.custom_common.ld

2
ports/esp32/esp32.custom_common.ld

@ -90,7 +90,7 @@ SECTIONS
*app_trace/*(.literal .text .literal.* .text.*)
*xtensa-debug-module/eri.o(.literal .text .literal.* .text.*)
*librtc.a:(.literal .text .literal.* .text.*)
*libsoc.a:(.literal .text .literal.* .text.*)
*soc/esp32/*(.literal .text .literal.* .text.*)
*libhal.a:(.literal .text .literal.* .text.*)
*libgcc.a:lib2funcs.o(.literal .text .literal.* .text.*)
*spi_flash/spi_flash_rom_patch.o(.literal .text .literal.* .text.*)

Loading…
Cancel
Save