From 2d0c6860d4971f82c5f39f4e3b415f63963d6942 Mon Sep 17 00:00:00 2001 From: Ulrich Mohr Date: Fri, 13 Jan 2023 10:35:34 +0100 Subject: [PATCH] adding mem manager to posix port --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bfb8352..fc07d23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,6 +32,7 @@ else() ${LIB_FREERTOS_NAME} PRIVATE FreeRTOS/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix/port.c + FreeRTOS/FreeRTOS-Kernel/portable/MemMang/heap_3.c ) target_include_directories( ${LIB_FREERTOS_NAME}