feat(esp8266): Add full icache mode

Use full 32 KB iram as icache.
This commit is contained in:
Dong Heng
2018-07-31 10:23:15 +08:00
parent 94bac51c12
commit b32c52874d
8 changed files with 55 additions and 5 deletions

View File

@ -16,7 +16,7 @@ MEMORY
dram_seg : org = 0x3FFE8000, len = 0x18000
/* Functions which are critical should be put in this segment. */
iram_seg : org = 0x40100000, len = 0xC000
iram_seg : org = 0x40100000, len = 0x8000
}
/* Default entry point: */