From cf2c0e1edb715e2b953d353873d48efcaa8183c3 Mon Sep 17 00:00:00 2001 From: Jiang Guang Ming Date: Tue, 10 Sep 2024 11:04:22 +0800 Subject: [PATCH] fix(heap): rev2.0 still use tlsf patch code --- components/heap/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/heap/Kconfig b/components/heap/Kconfig index 387fa97197..02778617fe 100644 --- a/components/heap/Kconfig +++ b/components/heap/Kconfig @@ -125,7 +125,7 @@ menu "Heap memory debugging" config HEAP_TLSF_CHECK_PATCH bool "Patch the tlsf_check_pool() for ROM HEAP TLSF implementation" - depends on IDF_TARGET_ESP32C2 && ESP32C2_REV_MIN_FULL < 200 + depends on IDF_TARGET_ESP32C2 default y help ROM does not contain the patch of tlsf_check_pool() allowing perform