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