Convert to new Doxygen style.
[bertos.git] / drv / timer_avr.h
2006-07-19 bernieConvert to new Doxygen style.
2006-05-18 bernieUse hw_cpu.h instead of ubiquitous hw.h.
2006-02-21 bernieNew time handling based on TIMER_TICKS_PER_SEC to suppo...
2005-07-19 bernieRefactor to decouple timer ticks from milliseconds.
2005-04-11 bernieInclude top-level headers from cfg/ subdir.
2005-03-01 bernieTweaks for avr-libc 1.2.x.
2005-01-23 bernieAdd missing header.
2004-12-13 bernieDISABLE_IRQSAVE/ENABLE_IRQRESTORE: Convert to IRQ_SAVE_...
2004-11-16 bernieInclude <avr/io.h> explicitly.
2004-10-19 bernieTIMER_STROBE_ON, TIMER_STROBE_OFF, TIMER_STROBE_INIT...
2004-09-20 bernieFix racy racy code.
2004-09-14 bernieInclude hw.h explicitly.
2004-09-06 bernieCONFIG_TIMER_STROBE: be tolerant with missing optional...
2004-08-25 raskyAggiornato il comment block dei log RCS
2004-08-24 bernieAdd missing headers.
2004-08-24 bernieUse new-style config macros for drv/timer.c
2004-08-10 bernieCONFIG_TIMER_STROBE: Define no-op default macros.
2004-08-03 alephFix spacing
2004-08-02 alephMerge from kseries
2004-07-22 bernieUse TIMER_PRESCALER consistently.
2004-07-20 bernieAlso define TIMER_PRESCALER.
2004-07-20 bernieCompute value of OCR_DIVISOR from CLOCK_FREQ.
2004-07-20 bernieFinally remove redundant protos.
2004-07-18 bernieAdd missing header; Prevent warning for KSeries-specifi...
2004-06-27 alephFix spacing
2004-06-07 alephUpdate to latest AVR timer code
2004-06-03 bernieAdd dual-license information.
2004-05-23 bernieImport drv/timer module.