Skip to content

Commit

Permalink
Add croutine file to portable cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
AniruddhaKanhere committed May 30, 2023
1 parent a7ec171 commit 3b49c39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions portable/ThirdParty/GCC/RP2040/library.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b49c39

Please sign in to comment.