callout: add a new module which is an alternative to the scheduler
authorOlivier Matz <zer0@droids-corp.org>
Sat, 24 May 2014 16:46:46 +0000 (18:46 +0200)
committerOlivier Matz <zer0@droids-corp.org>
Sat, 24 May 2014 16:54:02 +0000 (18:54 +0200)
The 'callout' module is another timer manager that aims to replace the
scheduler module. The management of timers can be done either from an
asynchronous interruption or from the main program. This module is
able to handle priorities between timers and allow to reschedule
a timer later if its priority is too low.

Signed-off-by: Olivier Matz <zer0@droids-corp.org>

No differences found