From 1f63d1f8a4fb03361d4d89a64d2065e395030378 Mon Sep 17 00:00:00 2001 From: Jiang Guang Ming Date: Tue, 10 Sep 2024 11:22:03 +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 bef429e829..8110296a43 100644 --- a/components/heap/Kconfig +++ b/components/heap/Kconfig @@ -86,7 +86,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