summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/btimer.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-25cpukit/include/sys: Change license to BSD-2.Joel Sherrill1-3/+22
Updates #3053.
2019-04-04doxygen: Benchmark Timer Driver Interface now in Device DriversAndreas Dachsberger1-0/+2
Update #3706.
2019-02-28Remove explicit file names from @fileSebastian Huber1-1/+1
This makes the @file documentation independent of the actual file name. Update #3707.
2015-03-17cpukit/include/rtems/btimer.h: Improve briefJoel Sherrill1-1/+1
2015-03-11cpukit/include/rtems/btimer.h: Add DOxygen commentsJoel Sherrill1-2/+56
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-12-28Header File Doxygen Enhancement Task #7Mathew Kallada1-2/+2
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
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 Corsepius1-1/+3
* 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 Corsepius1-0/+54
* include/rtems/btimer.h: New. * Makefile.am: Add rtems/btimer.h * libcsupport/include/timerdrv.h: Reflect having split out functions to rtems/btimer.h.