From 530bca18135eadd924a007a7a3ee77300ee34ec3 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Mon, 2 Oct 2017 13:43:54 +1100 Subject: [PATCH] freertos: Remove obsolete "Enable heap memory debug" option All heap debugging is now under the Heap component. --- components/freertos/Kconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/freertos/Kconfig b/components/freertos/Kconfig index 7f864deef3..d6cec2c5cf 100644 --- a/components/freertos/Kconfig +++ b/components/freertos/Kconfig @@ -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 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 int "Idle Task stack size" range 768 32768