mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-28 13:40:37 +08:00
11 lines
185 B
Plaintext
11 lines
185 B
Plaintext
|
|
menu "Heap memory"
|
|
|
|
config HEAP_DISABLE_IRAM
|
|
bool "Disable IRAM as heap memory"
|
|
default n
|
|
help
|
|
Disable IRAM as heap memory, and heap memory only use DRAM.
|
|
|
|
endmenu
|