CMake: Move mpu_wrapper to ports library. (#459)

This commit is contained in:
imi415 2022-02-23 00:30:09 +09:00 committed by GitHub
parent 09a2c0b324
commit 38efd2689e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

View file

@ -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>