2014-11-27 15:30:33 -05:00
|
|
|
/* GNU linker script for ESP8266 */
|
|
|
|
|
|
|
|
MEMORY
|
|
|
|
{
|
|
|
|
dport0_0_seg : org = 0x3ff00000, len = 0x10
|
|
|
|
dram0_0_seg : org = 0x3ffe8000, len = 0x14000
|
|
|
|
iram1_0_seg : org = 0x40100000, len = 0x8000
|
2016-08-09 07:54:26 -04:00
|
|
|
irom0_0_seg : org = 0x40209000, len = 0x87000
|
2014-11-27 15:30:33 -05:00
|
|
|
}
|
|
|
|
|
2017-01-24 17:49:55 -05:00
|
|
|
/* define common sections and symbols */
|
|
|
|
INCLUDE esp8266_common.ld
|