Skip to content

Commit df9b7e8

Browse files
committed
esp32/esp32.custom_common.ld: Put soc code in iram0.
This is what the IDF does, it must be done.
1 parent 18e6358 commit df9b7e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/esp32/esp32.custom_common.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ SECTIONS
9090
*app_trace/*(.literal .text .literal.* .text.*)
9191
*xtensa-debug-module/eri.o(.literal .text .literal.* .text.*)
9292
*librtc.a:(.literal .text .literal.* .text.*)
93-
*libsoc.a:(.literal .text .literal.* .text.*)
93+
*soc/esp32/*(.literal .text .literal.* .text.*)
9494
*libhal.a:(.literal .text .literal.* .text.*)
9595
*libgcc.a:lib2funcs.o(.literal .text .literal.* .text.*)
9696
*spi_flash/spi_flash_rom_patch.o(.literal .text .literal.* .text.*)

0 commit comments

Comments
 (0)