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:
parent
aaef4b0644
commit
93dc7edead
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ MEMORY
|
||||||
dport0_0_seg : org = 0x3FF00000, len = 0x10
|
dport0_0_seg : org = 0x3FF00000, len = 0x10
|
||||||
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
|
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
|
||||||
iram1_0_seg : org = 0x40100000, len = 0x8000
|
iram1_0_seg : org = 0x40100000, len = 0x8000
|
||||||
irom0_0_seg : org = 0x40240000, len = 0x3C000
|
irom0_0_seg : org = 0x40240000, len = 0x7C000
|
||||||
}
|
}
|
||||||
|
|
||||||
PHDRS
|
PHDRS
|
||||||
|
|
Loading…
Reference in a new issue