Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable CSP FreeRTOS build for cmake #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dimitrovand
Copy link

No description provided.

@yashi yashi self-requested a review December 6, 2024 13:55
Copy link
Member

@yashi yashi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dimitrovand Thanks for the PR. Please write a commit log, please.

CMakeLists.txt Outdated
@@ -17,6 +20,8 @@ target_include_directories(freertos_config SYSTEM
INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})

add_subdirectory(freertos)

set(CSP_KERNEL_NAME freertos)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this to right under set(CMAKE_SYSTEM_NAME Generic).

Set CMAKE_SYSTEM_NAME to Generic and CSP_SYSTEM_NAME to freertos
as required by libcsp.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants