summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/misc/timer.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-25bsp/lpc24xx: Move source files to bspsSebastian Huber1-56/+0
This patch is a part of the BSP source reorganization. Update #3285.
2014-09-16Use correct prototype of benchmark_timer_read()Joel Sherrill1-2/+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.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* misc/timer.c: Fix typo.
2011-02-092011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+3
* misc/timer.c: Include <rtems/btimer.h>. Fix benchmark_timer_read() definition.
2009-12-15add support for LPC32xxThomas Doerfler1-1/+1
2009-09-21Add missing files.Thomas Doerfler1-0/+55