Files
ESP8266_RTOS_SDK/components/heap/Kconfig

17 lines
339 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.
config HEAP_TRACING
bool "Enables heap tracing API"
default n
help
Enables heap tracing API.
endmenu