More Hooks for Schedulers and RTOS's #3
Michael2MacDonald
started this conversation in
RFC
Replies: 2 comments 5 replies
-
@Michael2MacDonald actually we are proposing an approach to multitasking that should prevent exposing OS specific API... please have a look at this: https://github.com/arduino-libraries/Arduino_Threads |
Beta Was this translation helpful? Give feedback.
3 replies
-
std::thread (freeRTOS-based) is already available since many years for the ESP32-Arduino API and it works like a charm, even for beginners, no problem at all. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Especially for higher powered arm microcontrollers, I would like to see hooks that allow more control over the underlying code that allow schedulers and task management, on single and multicore microcontrollers, to become easier to implement without having to change the underlying Arduino code.
Maybe even other forms of built in suport for these types of task and program management through a unified Arduino scheduler or functions.
Beta Was this translation helpful? Give feedback.
All reactions