We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760aa09 commit 0987ad5Copy full SHA for 0987ad5
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 = 0x40209000, len = 0x87000
+ irom0_0_seg : org = 0x40209000, len = 0x8f000
9
}
10
11
/* define common sections and symbols */
esp8266/esp8266_ota.ld
@@ -6,7 +6,7 @@ MEMORY
/* 0x3c000 is size of bootloader, 0x9000 is size of packed RAM segments */
- irom0_0_seg : org = 0x40200000 + 0x3c000 + 0x9000, len = 0x87000
+ irom0_0_seg : org = 0x40200000 + 0x3c000 + 0x9000, len = 0x8f000
12
0 commit comments