feat(esp8266): Refactor startup function

This commit is contained in:
Dong Heng
2018-05-23 15:47:32 +08:00
parent 1e294d1102
commit 19f9a8221d
7 changed files with 251 additions and 14 deletions

View File

@ -20,8 +20,8 @@ MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
/* All .data/.bss/heap are in this segment. */
dram0_0_seg : org = 0x3FFE8000, len = 0x18000
/* All .data/.bss/heap are in this segment. 1024 bytes is for system start and interrupt*/
dram0_0_seg : org = 0x3FFE8000, len = 0x18000 - 1024
/* Functions which are critical should be put in this segment. */
iram1_0_seg : org = 0x40100000, len = 0x8000