summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-03 00:57:27 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-03 00:57:27 +0300
commitfcd6862597a769149e839b6aebf9f4b166a5dffb (patch)
tree2715fab0aae9bdae65d9c2c973a5f61e4cb74fa1 /esp8266
parentef0c5db2edbbe30a3c291e42f6a2685a3da4d7cd (diff)
downloadmicropython-fcd6862597a769149e839b6aebf9f4b166a5dffb.tar.gz
micropython-fcd6862597a769149e839b6aebf9f4b166a5dffb.zip
esp8266: Bump iROM size to 512k.
Needed for frozen scripts, and for future growth of binary.
Diffstat (limited to 'esp8266')
-rw-r--r--esp8266/esp8266.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/esp8266.ld b/esp8266/esp8266.ld
index fae56c9575..87a0e5488a 100644
--- a/esp8266/esp8266.ld
+++ b/esp8266/esp8266.ld
@@ -5,7 +5,7 @@ MEMORY
dport0_0_seg : org = 0x3ff00000, len = 0x10
dram0_0_seg : org = 0x3ffe8000, len = 0x14000
iram1_0_seg : org = 0x40100000, len = 0x8000
- irom0_0_seg : org = 0x40210000, len = 0x5A000
+ irom0_0_seg : org = 0x40210000, len = 0x80000
}
/* define the top of RAM */