We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0c5db commit fcd6862Copy full SHA for fcd6862
esp8266/esp8266.ld
@@ -5,7 +5,7 @@ MEMORY
5
dport0_0_seg : org = 0x3ff00000, len = 0x10
6
dram0_0_seg : org = 0x3ffe8000, len = 0x14000
7
iram1_0_seg : org = 0x40100000, len = 0x8000
8
- irom0_0_seg : org = 0x40210000, len = 0x5A000
+ irom0_0_seg : org = 0x40210000, len = 0x80000
9
}
10
11
/* define the top of RAM */
0 commit comments