Commit fcd68625 authored by Paul Sokolovsky's avatar Paul Sokolovsky

esp8266: Bump iROM size to 512k.

Needed for frozen scripts, and for future growth of binary.
parent ef0c5db2
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment