10000 esp8266/esp8266.ld: Increase firmware image size to 0x90000 (576K). · sparkfun/circuitpython@3372f69 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3372f69

Browse files
committed
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.
1 parent 6d11918 commit 3372f69

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 = 0x40209000, len = 0x80000
8+
irom0_0_seg : org = 0x40209000, len = 0x87000
99
}
1010

1111
/* define the top of RAM */

0 commit comments

Comments
 (0)
0