Project

General

Profile

User story #119

Updated by Ivan Herrero almost 10 years ago

Implement requirement MARTe-EX-D-1.3.3 based on the original MARTe implementation

Note: "Semaphores" based on polling a given memory access location allow to synchronize threads with extremely low jitter, given that the operating system scheduler is not required. These type of semaphores can also be used during interrupts and allow to synchronize low-level drivers with system applications.

h1. Source code files modified

h1. Architecture & design review

*Date of the review:* 12/06/2015

*Person who did the review:* André Neto

*Version of architecture & design document:* N/A. As per the original MARTe implementation, this is a support function and does not require formal design in UML.

*Result of review:* N/A

*List of non-conformities:* N/A

h1. Code and documentation review

*Date of the review:* 22/06/2015 18/06/2015

*Person who did the review:* Ivan Herrero

*Result of review:* FAIL



*List of non-conformities:* See #115

Back