Skip to content
Snippets Groups Projects
Commit fcd68625 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

esp8266: Bump iROM size to 512k.

Needed for frozen scripts, and for future growth of binary.
parent ef0c5db2
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment