heap_tlsf: use tlsf IMPL in ESP32C2 ROM

This commit is contained in:
jiangguangming
2021-03-19 17:29:42 +08:00
committed by wuzhenghui
parent a9f8b20431
commit 6ec373daf5
11 changed files with 95 additions and 36 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
[mapping:heap]
archive: libheap.a
entries:
heap_tlsf (noflash)
if HEAP_HAS_ROM_IMPL = n || HEAP_ROM_IMPL = n:
heap_tlsf (noflash)
multi_heap (noflash)
if HEAP_POISONING_DISABLED = n:
multi_heap_poisoning (noflash)