index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
export
/
timer.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-17
Fix timer Agptek Rocker (other hosted players)
William Wilgus
1
-0
/
+5
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
1
-1
/
+1
2009-06-29
Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.h
Rafaël Carré
1
-13
/
+2
2009-06-29
Remove the TIMER_* macros and declare target-specific functions in timer.h
Rafaël Carré
1
-0
/
+6
2009-06-29
Remove int_prio argument from timer_register, and move the only use for it in...
Rafaël Carré
1
-1
/
+1
2009-06-29
Move PP (last target) timer code in target tree
Rafaël Carré
1
-5
/
+5
2009-06-29
Move SH7034 timer code in the target tree
Rafaël Carré
1
-2
/
+4
2009-06-29
Move coldfire timer code in the target tree
Rafaël Carré
1
-4
/
+2
2009-06-29
Move PNX0101 timer code in the target tree
Rafaël Carré
1
-3
/
+1
2009-03-20
Actually kill them..
Maurus Cuelenaere
1
-1
/
+2
2009-01-05
Gigabeat S: Get timer API working. metronome will work now.
Michael Sevakis
1
-1
/
+1
2008-10-12
Commit FS#9467 - initial work on port to Sansa Clip by Rafaël Carré and Fra...
Dave Chapman
1
-1
/
+1
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-02
Add the Sansa M200 (v1) as a target - it's extremely similar to the Logik DAX...
Dave Chapman
1
-1
/
+2
2008-04-04
Allow to select the core for running the user timer on portalplayer targets. ...
Jens Arnold
1
-1
/
+2
2008-01-14
Initial Cowon D2 commit:
Rob Purchase
1
-1
/
+1
2007-09-20
Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...
Karl Kurbjun
1
-1
/
+1
2007-07-29
How should I say ... oops ?
Kevin Ferrare
1
-1
/
+1
2007-07-29
Use multi-screen api for metronome plugin, and made it run in the simulator b...
Kevin Ferrare
1
-4
/
+2
2007-07-06
Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100H...
Michael Sevakis
1
-1
/
+6
2007-03-24
PNX0101 changes:
Tomasz Malesinski
1
-0
/
+2
2006-11-22
Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriate
Daniel Ankers
1
-1
/
+1
2006-04-04
Simplification for user timer on coldfire. We define TIMER_FREQ separately an...
Jens Arnold
1
-4
/
+7
2006-03-17
Add timer.c module support for ipods. Remove uneeded SIMULATOR check.
Thom Johansen
1
-0
/
+8
2005-10-03
Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...
Jens Arnold
1
-0
/
+3
2005-07-26
Moved implementation of user timer to the firmware layer, implemented it for ...
Jens Arnold
1
-0
/
+34