mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
freertos: Remove obsolete "Enable heap memory debug" option
All heap debugging is now under the Heap component.
This commit is contained in:
parent
a3731902f5
commit
530bca1813
@ -154,12 +154,6 @@ config FREERTOS_BREAK_ON_SCHEDULER_START_JTAG
|
|||||||
If JTAG/OCD is connected, stop execution when the scheduler is started and the first
|
If JTAG/OCD is connected, stop execution when the scheduler is started and the first
|
||||||
task is executed.
|
task is executed.
|
||||||
|
|
||||||
menuconfig ENABLE_MEMORY_DEBUG
|
|
||||||
bool "Enable heap memory debug"
|
|
||||||
default n
|
|
||||||
help
|
|
||||||
Enable this option to show malloc heap block and memory crash detect
|
|
||||||
|
|
||||||
config FREERTOS_IDLE_TASK_STACKSIZE
|
config FREERTOS_IDLE_TASK_STACKSIZE
|
||||||
int "Idle Task stack size"
|
int "Idle Task stack size"
|
||||||
range 768 32768
|
range 768 32768
|
||||||
|
Loading…
Reference in New Issue
Block a user