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