Skip to content

Commit

Permalink
Merge pull request #106 from Links2004/esp8266
Browse files Browse the repository at this point in the history
move libm to flash (.irom0.text)
  • Loading branch information
igrr committed Apr 24, 2015
2 parents ad74bee + abdbdb1 commit 86bf010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardware/tools/esp8266/sdk/ld/eagle.app.v6.ld
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ SECTIONS
_irom0_text_start = ABSOLUTE(.);
*core_esp8266_*.o(.literal*, .text*)
*.cpp.o(.literal*, .text*)
*libm.a:(.literal .text .literal.* .text.*)
*(.irom0.literal .irom.literal .irom.text.literal .irom0.text .irom.text)
_irom0_text_end = ABSOLUTE(.);
} >irom0_0_seg :irom0_0_phdr
Expand Down

0 comments on commit 86bf010

Please sign in to comment.