summaryrefslogtreecommitdiff
path: root/firmware/timer.c (follow)
Commit message (Expand)AuthorAge
* 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