Skip to content

Commit fcd6862

Browse files
committed
esp8266: Bump iROM size to 512k.
Needed for frozen scripts, and for future growth of binary.
1 parent ef0c5db commit fcd6862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp8266/esp8266.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MEMORY
55
dport0_0_seg : org = 0x3ff00000, len = 0x10
66
dram0_0_seg : org = 0x3ffe8000, len = 0x14000
77
iram1_0_seg : org = 0x40100000, len = 0x8000
8-
irom0_0_seg : org = 0x40210000, len = 0x5A000
8+
irom0_0_seg : org = 0x40210000, len = 0x80000
99
}
1010

1111
/* define the top of RAM */

0 commit comments

Comments
 (0)