Add handy functions for handling non recurrent timeouts.
[bertos.git] / bertos / drv / timer.h
2012-01-11 asterixAdd handy functions for handling non recurrent timeouts.
2011-04-22 lottavianodoc: Improve timer documentation.
2011-03-08 arighitimer: change timer_delayTicks() to use generic events
2011-03-03 arighimove TIMER_AFTER() and TIMER_BEFORE() macros in drv...
2010-11-10 lottavianodoc: Added group definitions for most common modules.
2010-05-13 asterixremove unneed function. Use hpread in context switch...
2010-05-12 asterixAdd function to read hp ticks.
2010-01-13 battAdd synchronous timer scheduler.
2009-09-14 lottavianodoc: Clarify timer documentation.
2009-09-02 battFix error on short hptime_t CPU.
2009-07-23 (no author)doc: Add timer module documentation.
2009-04-21 battAdd missing dependency.
2009-04-17 battAdd missing dependency (fix bug #60).
2009-04-17 battFix unsupported modules.
2009-04-16 battFix support status for ATmega103.
2009-02-16 duploChange the comment style for the modules and the list...
2009-02-06 asterixFix comments.
2009-02-05 asterixAdd wizard info for timer.
2008-08-25 bernieRemove plenty of legacy names marked as OBSOLETE
2008-08-20 berniepreempt: introduce idle process; timer: use managed...
2008-08-17 bernietimer: Cleanup and warning removal from driver and...
2008-08-17 bernietimer: Convert to new-style CONFIG_XYZ parameters
2008-08-17 bernietimer_setSoftInt(): rename from timer_set_event_softint().
2008-08-13 bernieUse new header locations everywhere
2008-08-10 bernietrac#29: Cleanup timer on demo exit
2008-08-09 battRefactor timer test to new policy.
2008-08-04 bernieRename myself
2008-05-27 asterixSpecific the directory for all hw and cfg module. Use...
2008-05-26 asterixUse configuration file instead appconfig. Reformat...
2008-04-04 battRefactor BeRTOS to be in his own directory.