diff options
author | Damien George <damien.p.george@gmail.com> | 2015-10-20 22:59:31 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-10-20 22:59:31 +0100 |
commit | f09f8097d5c6a8c39ce45f11e68ad1eb4a8b7662 (patch) | |
tree | 02c97979ea1bccf57f299fe5a3e871a67792d1dd /esp8266/esp8266.ld | |
parent | d19e4f0ba4df487b4ebd36b5fe6a16e68c0afe77 (diff) | |
download | micropython-f09f8097d5c6a8c39ce45f11e68ad1eb4a8b7662.tar.gz micropython-f09f8097d5c6a8c39ce45f11e68ad1eb4a8b7662.zip |
esp8266: Put more code in irom0 section, to get it building again.
Diffstat (limited to 'esp8266/esp8266.ld')
-rw-r--r-- | esp8266/esp8266.ld | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/esp8266/esp8266.ld b/esp8266/esp8266.ld index 25cb4e8bed..e2f1b807e2 100644 --- a/esp8266/esp8266.ld +++ b/esp8266/esp8266.ld @@ -90,6 +90,8 @@ SECTIONS *modpybpin.o(.literal*, .text*) *modpybrtc.o(.literal*, .text*) *modesp.o(.literal* .text*) + *modnetwork.o(.literal* .text*) + *moduos.o(.literal* .text*) *modutime.o(.literal* .text*) /* we put as much rodata as possible in this section */ |