mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
CMake: Move mpu_wrapper to ports library. (#459)
This commit is contained in:
parent
09a2c0b324
commit
38efd2689e
2 changed files with 17 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue