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
/
timer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-17
Fix timer Agptek Rocker (other hosted players)
William Wilgus
1
-0
/
+4
2009-06-29
Remove the TIMER_* macros and declare target-specific functions in timer.h
Rafaël Carré
1
-11
/
+2
2009-06-29
Remove int_prio argument from timer_register, and move the only use for it in...
Rafaël Carré
1
-28
/
+3
2009-06-29
Move PP (last target) timer code in target tree
Rafaël Carré
1
-62
/
+9
2009-06-29
Move SH7034 timer code in the target tree
Rafaël Carré
1
-56
/
+5
2009-06-29
Move coldfire timer code in the target tree
Rafaël Carré
1
-81
/
+2
2009-06-29
Move PNX0101 timer code in the target tree
Rafaël Carré
1
-49
/
+2
2009-06-29
Rename TIMER_REGISTER macro to TIMER_START and TIMER_UNREGISTER to TIMER_STOP...
Rafaël Carré
1
-6
/
+4
2009-06-29
Move Sansa AMS timer code in the target tree
Rafaël Carré
1
-35
/
+0
2009-06-13
Fix bug in earlier commit of FS#10317: don't mix TIMER1 and TIMER2 settings
Bertrik Sikken
1
-1
/
+1
2009-06-12
FS#10317 - Sansa AMS 32-bit timers. Configure the timers for 32-bit mode inst...
Bertrik Sikken
1
-16
/
+10
2009-01-05
Gigabeat S: Get timer API working. metronome will work now.
Michael Sevakis
1
-8
/
+10
2008-12-05
Sansa AMS: correct VIC registers usage
Rafaël Carré
1
-1
/
+1
2008-11-06
AS3525: timer support
Rafaël Carré
1
-7
/
+48
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-06-03
Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d...
Michael Sevakis
1
-4
/
+4
2008-04-24
Commit whole Creative Zen Vision:M target tree + all related firmware/
Maurus Cuelenaere
1
-1
/
+1
2008-04-15
Kill warnings that annoy me when building for Gigabeat S.
Michael Sevakis
1
-0
/
+3
2008-04-06
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
1
-3
/
+3
2008-04-04
Allow to select the core for running the user timer on portalplayer targets. ...
Jens Arnold
1
-5
/
+14
2007-09-22
Fix empty commit: Add grayscale support for ARM in vertical packing format.
Tomasz Malesinski
1
-1
/
+1
2007-09-22
A few minor cleanups for the Gigabeat S
Will Robertson
1
-0
/
+4
2007-09-20
Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...
Karl Kurbjun
1
-2
/
+2
2007-07-06
Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100H...
Michael Sevakis
1
-16
/
+27
2007-03-24
PNX0101 changes:
Tomasz Malesinski
1
-3
/
+45
2006-11-22
Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriate
Daniel Ankers
1
-7
/
+6
2006-10-23
reduce the number of gigabeat warnings
Marcoen Hirschberg
1
-1
/
+5
2006-09-01
Make backlight fading work again on PP targets. The PP timer cannot handle a ...
Jens Arnold
1
-2
/
+2
2006-09-01
Fixed an off-by-one error in the portalplayer timer handling.
Jens Arnold
1
-3
/
+3
2006-08-28
Fix broken backlight fading on ipod. The timer period setting must not be del...
Jens Arnold
1
-4
/
+8
2006-08-27
PP: Make on-the-fly timer period changes glitch-free. Stop timer when not in ...
Jens Arnold
1
-17
/
+23
2006-08-25
Ooops. The TMR reset must only be done when starting the timer.
Linus Nielsen Feltzing
1
-4
/
+5
2006-08-25
Fix the problem with the user timer on X5 by explicitly resetting the timer b...
Linus Nielsen Feltzing
1
-0
/
+4
2006-04-04
Simplification for user timer on coldfire. We define TIMER_FREQ separately an...
Jens Arnold
1
-4
/
+0
2006-03-17
Add timer.c module support for ipods. Remove uneeded SIMULATOR check.
Thom Johansen
1
-9
/
+37
2006-02-05
Further iPod 3G work from Seven Le Mesle
Dave Chapman
1
-3
/
+3
2006-02-03
Fixed warnings on iFP.
Tomasz Malesinski
1
-3
/
+3
2005-11-11
iPod: Code cleanup - the bootloader now compiles with zero warnings
Dave Chapman
1
-1
/
+12
2005-11-05
Fixup of the MCF5249 memory mapped register definitions.
Jens Arnold
1
-2
/
+1
2005-10-03
Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...
Jens Arnold
1
-4
/
+28
2005-07-26
Moved implementation of user timer to the firmware layer, implemented it for ...
Jens Arnold
1
-0
/
+181