esp8266/esp8266.ld, esp8266_ota.ld: Grow main firmware size by 32KB.

To accommodate both system and user frozen modules.
pull/3081/head
Paul Sokolovsky 2017-05-11 23:39:34 +03:00
rodzic 760aa0996f
commit 0987ad5e30
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ MEMORY
dport0_0_seg : org = 0x3ff00000, len = 0x10
dram0_0_seg : org = 0x3ffe8000, len = 0x14000
iram1_0_seg : org = 0x40100000, len = 0x8000
irom0_0_seg : org = 0x40209000, len = 0x87000
irom0_0_seg : org = 0x40209000, len = 0x8f000
}
/* define common sections and symbols */

Wyświetl plik

@ -6,7 +6,7 @@ MEMORY
dram0_0_seg : org = 0x3ffe8000, len = 0x14000
iram1_0_seg : org = 0x40100000, len = 0x8000
/* 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
}
/* define common sections and symbols */