From 9bce88470629b3e9a1024da4620f252b65d12640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sun, 28 Apr 2024 19:51:08 +0200 Subject: [PATCH] Fix wrong source file list in CMake of GCC_ARM_CM0 port. Add GCC/ARM_CM0/mpu_wrappers_v2_asm.c and GCC/ARM_CM0/portasm.c as source files to 'freertos_kernel_port' library. This fixes the FREERTOS_PORT "GCC_ARM_CM0" CMake configuration. --- portable/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/portable/CMakeLists.txt b/portable/CMakeLists.txt index af9321e9f..819e2c116 100644 --- a/portable/CMakeLists.txt +++ b/portable/CMakeLists.txt @@ -77,7 +77,9 @@ add_library(freertos_kernel_port OBJECT # ARMv6-M port for GCC $<$: - GCC/ARM_CM0/port.c> + GCC/ARM_CM0/port.c + GCC/ARM_CM0/portasm.c + GCC/ARM_CM0/mpu_wrappers_v2_asm.c> # ARMv6-M / Cortex-M0 Raspberry PI RP2040 port for GCC $<$: