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

Rename configNUMBER_OF_CORES to configNUM_CORES #1530

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

Conversation

peterharperuk
Copy link
Contributor

The Freertos SMP branch has been merged into main with configNUM_CORES renamed to configNUMBER_OF_CORES

Fixes #1526

The Freertos SMP branch has been merged into main with configNUM_CORES
renamed to configNUMBER_OF_CORES

Fixes raspberrypi#1526
@jaguilar
Copy link

jaguilar commented Mar 26, 2024

It would be really great if this got merged. I just spent a bunch of time trying to get things working, only to figure out that it all wasn't working because the affinity set wasn't being updated since the pico SDK thinks that there is only one core (since it's looking at the wrong #define).

At a minimum, maybe we could put an #error somewhere that indicates that FreeRTOS 11 is not supported yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants