Add handy functions for handling non recurrent timeouts.
[bertos.git] / bertos / drv / timer.c
2012-01-11 asterixAdd handy functions for handling non recurrent timeouts.
2012-01-05 asterixFix comments.
2012-01-05 asterixImplement timer_cleanup() function for SAM7.
2011-04-22 lottavianodoc: Improve timer documentation.
2011-03-08 arighitimer: change timer_delayTicks() to use generic events
2011-02-16 battInitialize timer magic number.
2011-02-04 arighitimer: fix a build warning and add a comment
2011-02-03 battMerged from external project:
2010-09-20 alephMinor fix: spacing
2010-04-19 arighikernel: preemptive and cooperative scheduler refactoring.
2010-04-12 battLPC2xxx: add timer support.
2010-03-17 arighiMerge branch "preempt" in "trunk".
2010-01-13 battAdd synchronous timer scheduler.
2009-09-01 battAdd timer strobe macros default.
2009-04-21 battRefactor to not automatically include adc cpu modules...
2009-04-17 battRefactor timer to not include cpu specific C files.
2009-03-25 battUpdate to new kernel config; use cpu_relax().
2008-08-29 bernierename cpuXXX_t to cpu_XXX_t
2008-08-25 bernieRemove plenty of legacy names marked as OBSOLETE
2008-08-25 bernietimer: check for initialization of irq module when...
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-13 bernieInitial (nonworking) draft of preemptive task switching
2008-08-13 bernieFix timer test
2008-08-11 bernietimer_delayTicks(): Re-enable check for interrupts...
2008-08-11 battReformat.
2008-08-10 bernielog: Retouch documentation; Rearrenge level logic;...
2008-08-09 battAdd documentation.
2008-08-04 bernieRename myself
2008-07-29 qwertFix timer when run in bertos emulator.
2008-05-27 asterixSpecific the directory for all hw and cfg module. Use...
2008-05-27 asterixUse cfg instead appconfig in bertos modules. Reformat...
2008-05-26 asterixUse cfg instead appconfig in bertos modules. Reformat...
2008-04-04 battRefactor BeRTOS to be in his own directory.