Sistema l'errore da me commesso in fase di conversione...
[bertos.git] / drv / timer.h
2007-10-08 raskySistema l'errore da me commesso in fase di conversione...
2007-06-07 battMerge from kseries.
2007-01-09 bernieRemove excess parentheses.
2006-07-19 bernieConvert to new Doxygen style.
2006-02-24 bernieFixes for CONFIG_KERNEL.
2006-02-21 bernieNew time handling based on TIMER_TICKS_PER_SEC to suppo...
2006-02-17 bernieUpdate POSIX timer emulator.
2005-11-27 bernieMove test code to timer_test.c; Add OS_HOSTED support.
2005-11-04 bernieFix reference to README.devlib in header.
2005-07-19 bernieRefactor to decouple timer ticks from milliseconds.
2005-04-11 bernieInclude top-level headers from cfg/ subdir.
2005-03-01 bernieMove event.h to mware/.
2004-12-13 bernieDISABLE_IRQSAVE/ENABLE_IRQRESTORE: Convert to IRQ_SAVE_...
2004-12-09 bernieReplace IPTR with iptr_t.
2004-12-08 bernieRename sigset_t to sigmask_t; Reformat.
2004-12-08 bernieConvert to mtime_t; timer_minutes(): Remove.
2004-11-16 bernieDisable timer_minutes() for targets with 16bit time_t.
2004-11-16 bernieReplace IPTR with iptr_t.
2004-08-25 raskyAggiornato il comment block dei log RCS
2004-08-10 bernietimer_gettick(): Rename to timer_ticks() and add backwa...
2004-08-03 alephRename timer_tick() to timer_ticks()
2004-08-02 alephMerge from kseries
2004-07-30 raskyVari fix per documentazione e commenti
2004-07-29 bernieSpelling fix.
2004-07-21 berniePut timer driver on diet.
2004-07-20 bernieFinally remove redundant protos.
2004-07-18 bernietimer_gettick(): Rename to timer_tick() and document...
2004-06-27 alephDeclaration fix for build with GCC 3.4
2004-06-07 alephRemove free pool of timers; use user-provided Timer...
2004-06-07 alephAdd function prototypes
2004-06-06 bernieRename event macros to look like regular functions.
2004-06-06 bernieMark some functions INLINE instead of 'extern inline'.
2004-06-03 bernieAdd dual-license information.
2004-05-23 bernieImport drv/timer module.