Open p-os opened 8 years ago
There are several RTOS' and we can also study them. But FreeRTOS (http://www.freertos.org/) implementation seems similar with our basic expectation.
Task is completed and merged to master branch.
Context Switching details will be added to wiki page.
We need to implement a Context Switching Mechanism to switching between Tasks. We are planning to support different types of Schedulers so context switching mechanism should generic.
Following articles seem useful.