feat(heap): Update component to latest TLSF

The new TLSF architecture has changed. tlsf.h public API
header is now moved into an include folder. tlsf_common.h
is removed from the repo.

This commit updates the heap component and respective
esp_rom patches to take into account this new
architecture.
This commit is contained in:
Guillaume Souchere
2024-08-29 10:07:44 +02:00
parent d3631b3afa
commit ccd8486462
9 changed files with 45 additions and 115 deletions

View File

@@ -13,7 +13,7 @@ SOURCE_FILES = $(abspath \
main.cpp \
)
INCLUDE_FLAGS = -I../include -I../../../tools/catch -I../tlsf
INCLUDE_FLAGS = -I../include -I../../../tools/catch -I../tlsf -I../tlsf/include
GCOV ?= gcov