mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-06 08:37:29 +02:00
heap_tlsf: use tlsf IMPL in ESP32C2 ROM
This commit is contained in:
committed by
wuzhenghui
parent
a9f8b20431
commit
6ec373daf5
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user