Changes between Initial Version and Version 1 of Tools/Muteks


Ignore:
Timestamp:
Feb 21, 2008, 2:33:58 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tools/Muteks

    v1 v1  
     1= MutekS embedded OS for heterogeneous MPSoCs =
     2
     3== General presentation ==
     4
     5MutekS is a static version of the [wiki:Tools/Mutekh MutekH] OS. As MutekH, MutekS is build on top
     6of 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
     9MutekS implements directly the SRL (System Ressource Layer) API, used by DSX, at  the cost of loosing
     10the POSIX compatibility.
     11
     12== More Information ==
     13
     14You can obtain more detailed information, and download the code [https://www-asim.lip6.fr/trac/mutekh here]