freertos: Remove obsolete "Enable heap memory debug" option

All heap debugging is now under the Heap component.
This commit is contained in:
Angus Gratton 2017-10-02 13:43:54 +11:00 committed by Angus Gratton
parent a3731902f5
commit 530bca1813

View File

@ -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