summaryrefslogtreecommitdiffstats
path: root/firmware/timer.c
AgeCommit message (Expand)AuthorFilesLines
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