heap: Add new multi_heap heap implementation to replace FreeRTOS-based tagged heaps

This commit is contained in:
Angus Gratton
2017-04-28 14:08:58 +10:00
committed by Angus Gratton
parent 9b30f66fac
commit 5ee49fd311
21 changed files with 1547 additions and 941 deletions
+1
View File
@@ -83,6 +83,7 @@ SECTIONS
_iram_text_start = ABSOLUTE(.);
*(.iram1 .iram1.*)
*libfreertos.a:(.literal .text .literal.* .text.*)
*libheap.a:(.literal .text .literal.* .text.*)
*libesp32.a:panic.o(.literal .text .literal.* .text.*)
*libesp32.a:core_dump.o(.literal .text .literal.* .text.*)
*libesp32.a:heap_alloc_caps.o(.literal .text .literal.* .text.*)