summaryrefslogtreecommitdiffstats
path: root/bsps/shared/dev/btimer/btimer-stub.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Default to CPU counter benchmark timerSebastian Huber2022-01-151-30/+0
| | | | | | Most BSPs which used the stubbed benachmark timer provide a CPU counter. All BSPs provide at least a stub CPU counter. Simply use the benchmark timer implementation using the CPU counter.
* bsps: Move shared btimer support to bspsSebastian Huber2018-04-201-0/+30
This patch is a part of the BSP source reorganization. Update #3285.