From 93dc7edead48e07d026dc4b6c1cceca893c3d1f5 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Tue, 16 Jun 2015 10:11:21 +1000 Subject: [PATCH] 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. --- ld/eagle.app.v6.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ld/eagle.app.v6.ld b/ld/eagle.app.v6.ld index 1be1ca6..ef36d70 100644 --- a/ld/eagle.app.v6.ld +++ b/ld/eagle.app.v6.ld @@ -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