mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-05 05:01:54 +08:00
feat(esp8266): Add full icache mode
Use full 32 KB iram as icache.
This commit is contained in:
@ -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: */
|
||||
|
Reference in New Issue
Block a user