| | 1 | = MutekS embedded OS for heterogeneous MPSoCs = |
| | 2 | |
| | 3 | == General presentation == |
| | 4 | |
| | 5 | MutekS is a static version of the [wiki:Tools/Mutekh MutekH] OS. As MutekH, MutekS is build on top |
| | 6 | of the Hexo Hardware Abstraction Layer for portability. MutekS has ben designed as an optimised version |
| | 7 | of MutekH for the [https://www-asim.lip6.fr/trac/dsx DSX] hardware/software codesig tool : In most embedded, multi-threaded applications, the number of tasks and the communication scheme can be statically defined, and the POSIX dynamicity is not used. A static implementation reduces the memory footprint, and improves the performances. |
| | 8 | |
| | 9 | MutekS implements directly the SRL (System Ressource Layer) API, used by DSX, at the cost of loosing |
| | 10 | the POSIX compatibility. |
| | 11 | |
| | 12 | == More Information == |
| | 13 | |
| | 14 | You can obtain more detailed information, and download the code [https://www-asim.lip6.fr/trac/mutekh here] |