mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-16 12:34:29 +00:00
CMake: Move mpu_wrapper to ports library. (#459)
This commit is contained in:
@@ -180,7 +180,6 @@ add_library(freertos_kernel STATIC
|
||||
stream_buffer.c
|
||||
tasks.c
|
||||
timers.c
|
||||
portable/Common/mpu_wrappers.c
|
||||
|
||||
# If FREERTOS_HEAP is digit between 1 .. 5 - it is heap number, otherwise - it is path to custom heap source file
|
||||
$<IF:$<BOOL:$<FILTER:${FREERTOS_HEAP},EXCLUDE,^[1-5]$>>,${FREERTOS_HEAP},portable/MemMang/heap_${FREERTOS_HEAP}.c>
|
||||
|
||||
Reference in New Issue
Block a user