RP2040: Fix removal of idle_task_static_memory.c (#935)

Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
This commit is contained in:
dps.lwk 2024-01-03 05:36:04 +00:00 committed by GitHub
parent 5544c78299
commit 75c4044b7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,6 @@ add_library(freertos_kernel_port STATIC
# ARMv6-M / Cortex-M0 Raspberry PI RP2040 port for GCC # ARMv6-M / Cortex-M0 Raspberry PI RP2040 port for GCC
$<$<STREQUAL:${FREERTOS_PORT},GCC_RP2040>: $<$<STREQUAL:${FREERTOS_PORT},GCC_RP2040>:
ThirdParty/GCC/RP2040/idle_task_static_memory.c
ThirdParty/GCC/RP2040/port.c> ThirdParty/GCC/RP2040/port.c>
# ARMv7-M ports for GCC # ARMv7-M ports for GCC