-
Notifications
You must be signed in to change notification settings - Fork 108
Add support for FreeRTOS #18
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
Comments
Been a while, did this get merged? PIO Still says FreeRTOS is unsupported. |
Only the Earl E. Philhower core supports FreeRTOS. The mbed core is an RTOS. |
I did not realize mbed core was an rtos. Thats very interesting i should explore that, but, the rp2040 should still support FreeRTOS right? Im not an expert with scons but i dug around a little, i can kinda see where the new builder goes for adding freertos ontop of bare? Not sure exactly how to go about forking and testing some changes yet. |
FreeRtOS will not support by the original Arduino core which is based on mbd. |
Ah ok i understand now, thanks so much! Honestly this looks super fun on its own even without an RTOS~ https://arduino-pico.readthedocs.io/en/latest/multicore.html Hopefully we can see some offical support sometime, for now I think this clears it up for some people exploring options here. |
i work with the earlephilhower pico core a lot with multicore. it works very well and stable with some recent updates. I recommend the arduino-pico core to everybody. its a single line in platformio.ini and you are using a much better constructed arduino core for the rp2040. the maintainer is also very fast and helpful with issues |
Im actually having a little trouble getting earlephilhower's pico core running at the moment, dosent seem to like being added directly to platformio? Whats the line maybe i have it wrong, i'd love to get this up and running and learn more, very excited to try out the second core (and maybe some rtos "threads" if i can figure it out) Good task management would make me super happy |
Is platformio going to release support for |
As of FreeRTOS/FreeRTOS-Kernel#341, FreeRTOS now has support for the RP2040. It would be great if platformio enabled FreeRTOS as a framework for RP2040.
The text was updated successfully, but these errors were encountered: