mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 20:03:50 -04:00
Add back croutines by reverting PR#590 (#685)
* Add croutines to the code base * Add croutine changes to cmake, lexicon and readme * Add croutine file to portable cmake file * Add back more references from PR 591
This commit is contained in:
parent
d43680169b
commit
d3c289fe5b
11 changed files with 1497 additions and 15 deletions
1
portable/ThirdParty/GCC/RP2040/library.cmake
vendored
1
portable/ThirdParty/GCC/RP2040/library.cmake
vendored
|
@ -6,6 +6,7 @@
|
|||
|
||||
add_library(FreeRTOS-Kernel-Core INTERFACE)
|
||||
target_sources(FreeRTOS-Kernel-Core INTERFACE
|
||||
${FREERTOS_KERNEL_PATH}/croutine.c
|
||||
${FREERTOS_KERNEL_PATH}/event_groups.c
|
||||
${FREERTOS_KERNEL_PATH}/list.c
|
||||
${FREERTOS_KERNEL_PATH}/queue.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue