= EDROOM = https://srg.aut.uah.es/index.php?id=424 RTEMS support for EDROOM was implemented by Aitor.Viana.Sanchez at esa.int and announced in this message http://www.rtems.com/pipermail/rtems-users/2007-June/018512.html EDROOM is a tool inspired on ROOM and UML2 methodologies. This tool provides facilities for modelling real-time systems using the object oriented paradigm and it integrates an automatic Embedded C++ code generator. EDROOM lets the designer describe the structure, communication and behaviour of the real-time system using diagrams. Both the structure and the behaviour can have several levels of definition to make easier the iterative design of the system. The components of the multilevel structure are communicated with each other by message passing through their ports. The Embedded C++ code generator is supported by the EDROOM Service Library. This library works over several RTOS and can be easily ported to any other. A Test Suite is provided in order to validate any new port.