Skip to content

Update FreeRTOS to SMP branch #1

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

paulmreese
Copy link

I was receiving the error

#error configUSE_CORE_AFFINITY is not supported in single core FreeRTOS

which was resolved by using the smp branch.

@paulmreese
Copy link
Author

paulmreese commented Oct 25, 2023

The smp branch was merged into main shortly after I submitted this pull request. The underlying cause of the original error message is actually that the configNUMBER_OF_CORES variable was added in addition to configNUM_CORES, as well as some now-required configuration options being absent.

Copy link

@gustavojm gustavojm left a comment

Choose a reason for hiding this comment

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

configNUM_CORES is not needed anymore.
it is now called configNUMBER_OF_CORES

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