Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordps.lwk <dps.lwk@gmail.com>2024-01-03 08:36:04 +0300
committerGitHub <noreply@github.com>2024-01-03 08:36:04 +0300
commit75c4044b7e58853065106078b5a1c46df8bef2a6 (patch)
tree1557d19479a8699f4f8f431ea1bdafb46c7bb730
parent5544c7829965d4f098725defa18657c1c2361e07 (diff)
RP2040: Fix removal of idle_task_static_memory.c (#935)
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
-rw-r--r--portable/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/portable/CMakeLists.txt b/portable/CMakeLists.txt
index b84b3018b..dea052d98 100644
--- a/portable/CMakeLists.txt
+++ b/portable/CMakeLists.txt
@@ -81,7 +81,6 @@ add_library(freertos_kernel_port STATIC
# ARMv6-M / Cortex-M0 Raspberry PI RP2040 port for GCC
$<$<STREQUAL:${FREERTOS_PORT},GCC_RP2040>:
- ThirdParty/GCC/RP2040/idle_task_static_memory.c
ThirdParty/GCC/RP2040/port.c>
# ARMv7-M ports for GCC