From: Olivier Matz Date: Sat, 24 May 2014 16:46:46 +0000 (+0200) Subject: callout: add a new module which is an alternative to the scheduler X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=commitdiff_plain;h=9d7a205a0868595dc57f365eda4721b700e447b9;hp=9d7a205a0868595dc57f365eda4721b700e447b9 callout: add a new module which is an alternative to the scheduler 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 ---