summaryrefslogtreecommitdiffstats
path: root/bsps/shared/grlib/btimer/gptimer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-14bsp/leon3: Use new GPTIMER register block APISebastian Huber1-94/+84
2022-11-14bsps/shared/grlib: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman1-3/+22
2019-01-22grlib: Move source filesSebastian Huber1-0/+0
2019-01-22grlib: Move header filesSebastian Huber1-5/+5
2018-12-21bsps/sparc: Add grlib_malloc(), grlib_calloc()Sebastian Huber1-2/+3
2018-04-20bsps: Move benchmark timer to bspsSebastian Huber1-0/+0
2017-08-25Include missing <string.h>Sebastian Huber1-0/+1
2017-07-07score: Introduce _SMP_Get_online_processors()Sebastian Huber1-1/+1
2017-05-02leon, gptimer: offset intnum with subtimer indexMartin Aberg1-1/+7
2017-05-02leon, gptimer: fixed probing separate interruptsMartin Aberg1-1/+1
2017-05-02leon, clock: new driver manager clock driverMartin Aberg1-1/+13
2017-05-02leon, tlib: added timer width mask informationDaniel Hellstrom1-0/+16
2017-03-06leon, gptimer: start/reset must take RS and IP into accountDaniel Hellstrom1-2/+4
2015-04-17LEON3: gptimer drvmgr init simplified wrt bootDaniel Hellstrom1-40/+6
2015-04-17DRVMGR: KEY_TYPE now a enum drvmgr_ktDaniel Hellstrom1-4/+4
2015-04-17sparc bsps: updated license to rtems.orgDaniel Hellstrom1-1/+1
2015-04-17LEON: move driver headers to bsp/ directoryDaniel Hellstrom1-2/+2
2015-04-17GPTIMER: move ISR install from init1Daniel Hellstrom1-11/+18
2015-04-17GPTIMER: fix build warningsDaniel Hellstrom1-3/+6
2015-04-17GPTIMER: avoid build warningsDaniel Hellstrom1-10/+10
2015-04-17GRTIMER: added to GPTIMER driverDaniel Hellstrom1-0/+1
2015-04-17GPTIMER: timer probing must not be on timer0Daniel Hellstrom1-2/+2
2015-04-17GPTIMER: support separate & shared irq by clearing pending bit after ISRDaniel Hellstrom1-3/+5
2015-04-17GPTIMER: Only probe pending bit on timer0Daniel Hellstrom1-10/+12
2015-04-17LEON3: fixed nano seconds support in TLIBDaniel Hellstrom1-11/+34
2015-04-17LEON: GPTIMER driver, Timer Library and System Clock for LEON3Daniel Hellstrom1-0/+503