summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon2/timer/timer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move benchmark timer to bspsSebastian Huber2018-04-201-83/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* Use correct prototype of benchmark_timer_read()Joel Sherrill2014-09-161-1/+1
| | | | | | | | | | | | | | This change starts with removing the effectively empty file timerdrv.h. The prototypes for benchmark_timer_XXX() were in btimer.h which was not universally used. Thus every use of timerdrv.h had to be changed to btimer.h. Then the prototypes for benchmark_timer_read() had to be adjusted to return benchmark_timer_t rather than int or uint32_t. I took this opportunity to also correct the file headers to separate the copyright from the file description comments which is needed to ensure the copyright isn't propagated into Doxygen output.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* leon2_doxygen_1Radu2013-12-021-0/+6
|
* 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-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-091-1/+2
| | | | | * timer/timer.c: Include <rtems/btimer.h>. Fix benchmark_timer_read() definition.
* Whitespace removal.Ralf Corsepius2009-11-291-4/+4
|
* Convert to "bool".Ralf Corsepius2008-09-051-4/+4
|
* 2008-09-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-031-3/+3
| | | | * timer/timer.c: Convert using "bool".
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-311-14/+9
| | | | | * timer/timer.c: Eliminate empty function from every benchmark timer driver. Fix spelling.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-311-10/+10
| | | | | * timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
* Add missing prototypes.Ralf Corsepius2008-08-181-2/+2
|
* Use uint32_t instead of rtems_unsigned32/unsigned32.Ralf Corsepius2006-12-121-1/+1
|
* Backport from rtems-4-6-branch.Ralf Corsepius2006-01-091-0/+83