summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-08-09 14:54:26 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-08-09 14:54:26 +0300
commit3372f6958653cd920d07de24f1e0284727a14237 (patch)
tree8a6b2bf6e0e2e5aad30631d681a15188847c223f /esp8266
parent6d11918d49328b2b3b43fe8a8402d1059430c879 (diff)
downloadmicropython-3372f6958653cd920d07de24f1e0284727a14237.tar.gz
micropython-3372f6958653cd920d07de24f1e0284727a14237.zip
esp8266/esp8266.ld: Increase firmware image size to 0x90000 (576K).
Of them, 0x87000 is irom0 segment. This is required to ship increasing number of modules and examples developed in teh course of ESP8266 port project.
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 2e327b4a4f..a55aff52e5 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 = 0x40209000, len = 0x80000
+ irom0_0_seg : org = 0x40209000, len = 0x87000
}
/* define the top of RAM */