From e31e6d4de8acbd49ab98dc510449703d21670df5 Mon Sep 17 00:00:00 2001 From: Guillaume Souchere Date: Fri, 11 Nov 2022 08:44:07 +0100 Subject: [PATCH] feat: remove tlsf_fls and tlsf_ffs from linker as they are inlined. --- components/heap/linker.lf | 2 -- components/heap/tlsf | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/components/heap/linker.lf b/components/heap/linker.lf index 2d68361ad9..4f15783695 100644 --- a/components/heap/linker.lf +++ b/components/heap/linker.lf @@ -2,8 +2,6 @@ archive: libheap.a entries: if HEAP_TLSF_USE_ROM_IMPL = n: - tlsf:tlsf_ffs (noflash) - tlsf:tlsf_fls (noflash) tlsf:tlsf_block_size (noflash) tlsf:tlsf_size (noflash) tlsf:tlsf_align_size (noflash) diff --git a/components/heap/tlsf b/components/heap/tlsf index 13da0fff7f..8c9cd0517a 160000 --- a/components/heap/tlsf +++ b/components/heap/tlsf @@ -1 +1 @@ -Subproject commit 13da0fff7f54623b20785dbeb466df420f52e510 +Subproject commit 8c9cd0517adf99e363812e9a295dfe3898fdd345