]> granicus.if.org Git - esp-idf/commitdiff
freertos: Remove obsolete "Enable heap memory debug" option
authorAngus Gratton <angus@espressif.com>
Mon, 2 Oct 2017 02:43:54 +0000 (13:43 +1100)
committerAngus Gratton <gus@projectgus.com>
Mon, 2 Oct 2017 02:43:54 +0000 (13:43 +1100)
All heap debugging is now under the Heap component.

components/freertos/Kconfig

index 7f864deef378747d7d4a44406ca39d40dc90f7c6..d6cec2c5cffb133a1364bc84b4b4190e3a4d9b65 100644 (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
         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