summaryrefslogtreecommitdiffstats
path: root/firmware/timer.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-29Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré1-11/+2
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré1-28/+3
2009-06-29Move PP (last target) timer code in target treeRafaël Carré1-62/+9
2009-06-29Move SH7034 timer code in the target treeRafaël Carré1-56/+5
2009-06-29Move coldfire timer code in the target treeRafaël Carré1-81/+2
2009-06-29Move PNX0101 timer code in the target treeRafaël Carré1-49/+2
2009-06-29Rename TIMER_REGISTER macro to TIMER_START and TIMER_UNREGISTER to TIMER_STOP...Rafaël Carré1-6/+4
2009-06-29Move Sansa AMS timer code in the target treeRafaël Carré1-35/+0
2009-06-13Fix bug in earlier commit of FS#10317: don't mix TIMER1 and TIMER2 settingsBertrik Sikken1-1/+1
2009-06-12FS#10317 - Sansa AMS 32-bit timers. Configure the timers for 32-bit mode inst...Bertrik Sikken1-16/+10
2009-01-05Gigabeat S: Get timer API working. metronome will work now.Michael Sevakis1-8/+10
2008-12-05Sansa AMS: correct VIC registers usageRafaël Carré1-1/+1
2008-11-06AS3525: timer supportRafaël Carré1-7/+48
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-03Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d...Michael Sevakis1-4/+4
2008-04-24Commit whole Creative Zen Vision:M target tree + all related firmware/ Maurus Cuelenaere1-1/+1
2008-04-15Kill warnings that annoy me when building for Gigabeat S.Michael Sevakis1-0/+3
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis1-3/+3
2008-04-04Allow to select the core for running the user timer on portalplayer targets. ...Jens Arnold1-5/+14
2007-09-22Fix empty commit: Add grayscale support for ARM in vertical packing format.Tomasz Malesinski1-1/+1
2007-09-22A few minor cleanups for the Gigabeat SWill Robertson1-0/+4
2007-09-20Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...Karl Kurbjun1-2/+2
2007-07-06Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100H...Michael Sevakis1-16/+27
2007-03-24PNX0101 changes:Tomasz Malesinski1-3/+45
2006-11-22Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriateDaniel Ankers1-7/+6
2006-10-23reduce the number of gigabeat warningsMarcoen Hirschberg1-1/+5
2006-09-01Make backlight fading work again on PP targets. The PP timer cannot handle a ...Jens Arnold1-2/+2
2006-09-01Fixed an off-by-one error in the portalplayer timer handling.Jens Arnold1-3/+3
2006-08-28Fix broken backlight fading on ipod. The timer period setting must not be del...Jens Arnold1-4/+8
2006-08-27PP: Make on-the-fly timer period changes glitch-free. Stop timer when not in ...Jens Arnold1-17/+23
2006-08-25Ooops. The TMR reset must only be done when starting the timer.Linus Nielsen Feltzing1-4/+5
2006-08-25Fix the problem with the user timer on X5 by explicitly resetting the timer b...Linus Nielsen Feltzing1-0/+4
2006-04-04Simplification for user timer on coldfire. We define TIMER_FREQ separately an...Jens Arnold1-4/+0
2006-03-17Add timer.c module support for ipods. Remove uneeded SIMULATOR check.Thom Johansen1-9/+37
2006-02-05Further iPod 3G work from Seven Le MesleDave Chapman1-3/+3
2006-02-03Fixed warnings on iFP.Tomasz Malesinski1-3/+3
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman1-1/+12
2005-11-05Fixup of the MCF5249 memory mapped register definitions.Jens Arnold1-2/+1
2005-10-03Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold1-4/+28
2005-07-26Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold1-0/+181