esp8266: Update the linker script

Moved modesp.o to flash and increased size of the irom0_0_seg segment. The new
value was taken from NodeMCU linker script.
This commit is contained in:
Josef Gajdusek 2015-05-11 15:05:59 +02:00 committed by Damien George
parent 1db4253886
commit b47931978f

View File

@ -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 = 0x40210000, len = 0x40000
irom0_0_seg : org = 0x40210000, len = 0x5A000
}
/* define the top of RAM */
@ -82,6 +82,7 @@ SECTIONS
*modpyb.o(.literal*, .text*)
*gccollect.o(.literal* .text*)
*gchelper.o(.literal* .text*)
*modesp.o(.literal* .text*)
/* we put as much rodata as possible in this section */
/* note that only rodata accessed as a machine word is allowed here */