summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/btimer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit/include/sys: Change license to BSD-2.Joel Sherrill2022-03-251-3/+22
| | | | Updates #3053.
* doxygen: Benchmark Timer Driver Interface now in Device DriversAndreas Dachsberger2019-04-041-0/+2
| | | | Update #3706.
* Remove explicit file names from @fileSebastian Huber2019-02-281-1/+1
| | | | | | This makes the @file documentation independent of the actual file name. Update #3707.
* cpukit/include/rtems/btimer.h: Improve briefJoel Sherrill2015-03-171-1/+1
|
* cpukit/include/rtems/btimer.h: Add DOxygen commentsJoel Sherrill2015-03-111-2/+56
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Header File Doxygen Enhancement Task #7Mathew Kallada2012-12-281-2/+2
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-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-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-191-1/+3
| | | | | * include/rtems/btimer.h: Introduce benchmark_timer_t. Let benchmark_timer_read return benchmark_timer_t.
* 2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-091-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.