summaryrefslogtreecommitdiff
path: root/firmware/timer.c (follow)
Commit message (Expand)AuthorAge
* 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
* Rename TIMER_REGISTER macro to TIMER_START and TIMER_UNREGISTER to TIMER_STOP...Rafaël Carré2009-06-29
* Move Sansa AMS timer code in the target treeRafaël Carré2009-06-29
* Fix bug in earlier commit of FS#10317: don't mix TIMER1 and TIMER2 settingsBertrik Sikken2009-06-13
* FS#10317 - Sansa AMS 32-bit timers. Configure the timers for 32-bit mode inst...Bertrik Sikken2009-06-12
* Gigabeat S: Get timer API working. metronome will work now.Michael Sevakis2009-01-05
* Sansa AMS: correct VIC registers usageRafaël Carré2008-12-05
* AS3525: timer supportRafaël Carré2008-11-06
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d...Michael Sevakis2008-06-03
* Commit whole Creative Zen Vision:M target tree + all related firmware/ Maurus Cuelenaere2008-04-24
* Kill warnings that annoy me when building for Gigabeat S.Michael Sevakis2008-04-15
* Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis2008-04-06
* Allow to select the core for running the user timer on portalplayer targets. ...Jens Arnold2008-04-04
* Fix empty commit: Add grayscale support for ARM in vertical packing format.Tomasz Malesinski2007-09-22
* A few minor cleanups for the Gigabeat SWill Robertson2007-09-22
* Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...Karl Kurbjun2007-09-20
* 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
* reduce the number of gigabeat warningsMarcoen Hirschberg2006-10-23
* Make backlight fading work again on PP targets. The PP timer cannot handle a ...Jens Arnold2006-09-01
* Fixed an off-by-one error in the portalplayer timer handling.Jens Arnold2006-09-01
* Fix broken backlight fading on ipod. The timer period setting must not be del...Jens Arnold2006-08-28
* PP: Make on-the-fly timer period changes glitch-free. Stop timer when not in ...Jens Arnold2006-08-27
* Ooops. The TMR reset must only be done when starting the timer.Linus Nielsen Feltzing2006-08-25
* Fix the problem with the user timer on X5 by explicitly resetting the timer b...Linus Nielsen Feltzing2006-08-25
* 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
* Further iPod 3G work from Seven Le MesleDave Chapman2006-02-05
* Fixed warnings on iFP.Tomasz Malesinski2006-02-03
* iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman2005-11-11
* Fixup of the MCF5249 memory mapped register definitions.Jens Arnold2005-11-05
* 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