summaryrefslogtreecommitdiffstats
path: root/firmware/export/timer.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-1/+1
2009-06-29Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré1-13/+2
2009-06-29Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré1-0/+6
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré1-1/+1
2009-06-29Move PP (last target) timer code in target treeRafaël Carré1-5/+5
2009-06-29Move SH7034 timer code in the target treeRafaël Carré1-2/+4
2009-06-29Move coldfire timer code in the target treeRafaël Carré1-4/+2
2009-06-29Move PNX0101 timer code in the target treeRafaël Carré1-3/+1
2009-03-20Actually kill them..Maurus Cuelenaere1-1/+2
2009-01-05Gigabeat S: Get timer API working. metronome will work now.Michael Sevakis1-1/+1
2008-10-12Commit FS#9467 - initial work on port to Sansa Clip by Rafaël Carré and Fra...Dave Chapman1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-02Add the Sansa M200 (v1) as a target - it's extremely similar to the Logik DAX...Dave Chapman1-1/+2
2008-04-04Allow to select the core for running the user timer on portalplayer targets. ...Jens Arnold1-1/+2
2008-01-14Initial Cowon D2 commit:Rob Purchase1-1/+1
2007-09-20Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...Karl Kurbjun1-1/+1
2007-07-29How should I say ... oops ?Kevin Ferrare1-1/+1
2007-07-29Use multi-screen api for metronome plugin, and made it run in the simulator b...Kevin Ferrare1-4/+2
2007-07-06Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100H...Michael Sevakis1-1/+6
2007-03-24PNX0101 changes:Tomasz Malesinski1-0/+2
2006-11-22Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriateDaniel Ankers1-1/+1
2006-04-04Simplification for user timer on coldfire. We define TIMER_FREQ separately an...Jens Arnold1-4/+7
2006-03-17Add timer.c module support for ipods. Remove uneeded SIMULATOR check.Thom Johansen1-0/+8
2005-10-03Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold1-0/+3
2005-07-26Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold1-0/+34