ecular / brtos

Automatically exported from code.google.com/p/brtos
0 stars 0 forks source link

Event Functions #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There are two possible enhancements to event control blocks (semaphore,
mutex, mailbox and queue).

1. Implement functions to delete events;

2. Better create function implementation, turning possible create events
from tasks. At moment events can only be created at system startup.

Original issue reported on code.google.com by gustavo....@gmail.com on 22 Mar 2009 at 9:58

GoogleCodeExporter commented 8 years ago
This issue was treated. The modifications will be available in the BRTOS 1.0 
alpha
version.
Now is possible to create events from tasks, as well is possible delete events.

Original comment by gustavo....@gmail.com on 25 Mar 2009 at 12:39