Replies: 1 comment 1 reply
-
Hi there, the example for mbed RTOS includes a threaded example: examples/mbedRtos/mbedExample.cpp |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have just found in another discussion thread the following:
Many people when they first see task manager think that it is akin to FreeRTOS, but it is not. It is designed to co-exist nicely with FreeRTOS and provide a simplified solution for scheduling and events. Really, it was originally the core of tcMenu, but it was so useful that we broke it out.
I am interested in this and have begun to explore how to combine TaskManagerIO with FreeRTOS on both on Arduino MEGAs and DUEs (with different versions of FreeRTOS).
So far I have put the call to taskManager,runLoop() into a FreeRTOS task, with a vTaskDelay for 100 milliseconds.
Are there any examples available of how to do the combination?
Thanks
John
Beta Was this translation helpful? Give feedback.
All reactions