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

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
@peterharperuk peterharperuk force-pushed the fix_freertos_smp_cyw43_assert branch from 3c60415 to c300901 Compare October 30, 2023 16:24
gemarcano added a commit to gemarcano/snes_controllers_to_usb that referenced this pull request Feb 15, 2024
 - Software is based off my wifi pc remote button code, as well as my
   old SNES STM32 controller converter code for the TinyUSB descriptor.
 - This code relies on the following upstream PRs:
   - raspberrypi/pico-sdk#1530
   - FreeRTOS/FreeRTOS-Kernel#991
   - raspberrypi/pico-sdk#1635
@jaguilar
Copy link
Contributor

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?

@kilograham kilograham added this to the 1.6.0 milestone May 19, 2024
@kilograham kilograham modified the milestones: 1.6.1, 1.6.2 Jul 7, 2024
@kilograham kilograham modified the milestones: 1.6.2, 2.0.0 Aug 8, 2024
@peterharperuk
Copy link
Contributor Author

Fixed

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.

3 participants