summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/timerstub.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-3/+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-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-091-1/+2
| | | | | * timerstub.c: Include <rtems/btimer.h>. Fix benchmark_timer_read() definition.
* Convert to "bool".Ralf Corsepius2008-09-051-2/+2
|
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-311-11/+6
| | | | | * timerstub.c: Eliminate empty function from every benchmark timer driver. Fix spelling.
* Add missing prototypes.Ralf Corsepius2008-08-191-2/+3
|
* Remove stray white spaces.Ralf Corsepius2004-04-211-1/+1
|
* 2001-10-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-10-171-0/+36
* timerstub.c: New stub file for BSPs that don't have timer hardware.