Skip to content
Snippets Groups Projects
Commit 0987ad5e authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

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

To accommodate both system and user frozen modules.
parent 760aa099
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment