smittytone / RP2040-FreeRTOS

Raspberry Pi RP2040 FreeRTOS baseline development project
https://blog.smittytone.net/2022/02/24/how-to-use-freertos-with-the-raspberry-pi-pico/
MIT License
110 stars 40 forks source link

Multiple core support? #5

Closed ObligedTester closed 9 months ago

ObligedTester commented 11 months ago

Hello,

Thank you for this perfect demonstration for the RP2040. I'm pretty new to the freeRTOS side of things and trying to figure out all the different versions available. I'm having hard time to see if this is the SMP-version of the kernel?

If so, any further information on how this impact scheduling setup and so on?

Appreciate any assistance!

smittytone commented 11 months ago

It's not the SMP version, no. That wasn't available when this code and the related blog posts were written. I shall have to prepare some updates!