Skip to content

Commit 0987ad5

Browse files
committed
esp8266/esp8266.ld, esp8266_ota.ld: Grow main firmware size by 32KB.
To accommodate both system and user frozen modules.
1 parent 760aa09 commit 0987ad5

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

1111
/* define common sections and symbols */

esp8266/esp8266_ota.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MEMORY
66
dram0_0_seg : org = 0x3ffe8000, len = 0x14000
77
iram1_0_seg : org = 0x40100000, len = 0x8000
88
/* 0x3c000 is size of bootloader, 0x9000 is size of packed RAM segments */
9-
irom0_0_seg : org = 0x40200000 + 0x3c000 + 0x9000, len = 0x87000
9+
irom0_0_seg : org = 0x40200000 + 0x3c000 + 0x9000, len = 0x8f000
1010
}
1111

1212
/* define common sections and symbols */

0 commit comments

Comments
 (0)