summaryrefslogtreecommitdiff
path: root/cpukit/include/rtems/btimer.h (follow)
AgeCommit message (Collapse)Author
2019-04-04doxygen: Benchmark Timer Driver Interface now in Device DriversAndreas Dachsberger
Update #3706.
2019-02-28Remove explicit file names from @fileSebastian Huber
This makes the @file documentation independent of the actual file name. Update #3707.
2015-03-17cpukit/include/rtems/btimer.h: Improve briefJoel Sherrill
2015-03-11cpukit/include/rtems/btimer.h: Add DOxygen commentsJoel Sherrill
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2012-12-28Header File Doxygen Enhancement Task #7Mathew Kallada
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2011-10-192011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* include/rtems/btimer.h: Introduce benchmark_timer_t. Let benchmark_timer_read return benchmark_timer_t.
2011-02-092011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* include/rtems/btimer.h: New. * Makefile.am: Add rtems/btimer.h * libcsupport/include/timerdrv.h: Reflect having split out functions to rtems/btimer.h.