aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George2020-05-02 15:03:59 +1000
committerDamien George2020-05-08 23:40:22 +1000
commitcaa7725642d8d4d6405d54805036990649cb983a (patch)
treef60e79cbec7aa45dd32d57d905cb8dfe527250c4
parente12de1fd9d6016e75eec6ebde2b4a50093a8bc78 (diff)
esp8266/boards: Move py/pairheap.c code from iRAM to iROM.
It doesn't need to be in iRAM.
-rw-r--r--ports/esp8266/boards/esp8266_common.ld1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/esp8266/boards/esp8266_common.ld b/ports/esp8266/boards/esp8266_common.ld
index 5971994d7..be1c02b20 100644
--- a/ports/esp8266/boards/esp8266_common.ld
+++ b/ports/esp8266/boards/esp8266_common.ld
@@ -109,6 +109,7 @@ SECTIONS
*py/nlr*.o*(.literal* .text*)
*py/obj*.o*(.literal* .text*)
*py/opmethods.o*(.literal* .text*)
+ *py/pairheap*.o*(.literal* .text*)
*py/parse*.o*(.literal* .text*)
*py/profile*.o*(.literal* .text*)
*py/qstr.o*(.literal* .text*)