|
|
|
|
|
by elfenpiff
626 days ago
|
|
You guessed right. We have a layered architecture that abstracts this away for every platform.
With this, we can support every OS as long as it has a way of sharing memory between processes (or tasks as some RTOSes are calling it) and you have a way of sending notifications. |
|