Grow linker script irom section for 512KB flash chip

Necessary to fit http_get_ssl example, newlib string functions are
larger than espressif SDK implementations.
This commit is contained in:
Angus Gratton 2015-06-16 10:11:21 +10:00
parent aaef4b0644
commit 93dc7edead

View file

@ -24,7 +24,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 = 0x40240000, len = 0x3C000
irom0_0_seg : org = 0x40240000, len = 0x7C000
}
PHDRS