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

@ -28,6 +28,13 @@ config NEWLIB_STDOUT_LINE_ENDING_CR
bool "CR"
endchoice
config SOC_FULL_ICACHE
bool "Enable full cache mode"
default n
help
Enable this option, full 32 KB iram instead of 16 KB iram will be used as icache, so the heap use can use
may reduce a lot.
endmenu
menu WIFI