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