summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2006-03-19Coldfire: Assembler optimised disk writing, speed increase ~36% on average.Jens Arnold1-6/+208
2006-03-19H300: Properly initialize the backlight PCF50606 port pinLinus Nielsen Feltzing1-0/+1
2006-03-19Reduce code size and generally clean up the button driver more! * Add 'wheel ...Brandon Low1-29/+32
2006-03-19Fix some problems with using USB_POWERED as a charging state separate from ch...Brandon Low1-2/+13
2006-03-18Added iAudio X5 to the app linker command fileLinus Nielsen Feltzing1-0/+4
2006-03-18Real Time Clock support in the WPSBrandon Low1-0/+4
2006-03-18iAudio: working PLL settingsLinus Nielsen Feltzing3-1/+85
2006-03-18Improve button driver performance on ipod a bit by moving around queue checks...Brandon Low2-55/+33
2006-03-18Fix s-t-u-p-i-d bug in the asm ata read routine.Jens Arnold1-1/+1
2006-03-18Fix red bootbox build.Jens Arnold1-1/+1
2006-03-18Fix yellow build as well.Jens Arnold1-1/+1
2006-03-18Coldfire: Assembler optimised disk reading, speed increase ~40% on average.Jens Arnold1-2/+192
2006-03-18Hopefully correct charger connected detection for ipod video thanks to Herz's...Brandon Low1-2/+1
2006-03-18Patch FS#4841 from Ralf Herz, debug more io ports on the PP5020 based ipodsBrandon Low1-0/+66
2006-03-18Use plugged backlight timeout when usb poweredBrandon Low1-2/+10
2006-03-17Iriver: Properly working remote type detection regardless of hold switch posi...Jens Arnold5-23/+26
2006-03-17H300: Cut-down LCD init & working display flip.Jens Arnold1-150/+127
2006-03-17More sane define checking. To disable cpu boosting on ipods, justThom Johansen1-3/+3
2006-03-17Don't paste when sleepy, kids.Thom Johansen1-16/+15
2006-03-17We need to allow set_cpu_frequency in the bootloader for adjustable CPUThom Johansen1-4/+3
2006-03-17Remove tabs...Thom Johansen1-7/+7
2006-03-17Assembler optimised swap32 for ARM.Thom Johansen1-3/+10
2006-03-17CPU boosting support for ipod nano and video. The rest of the targetsThom Johansen4-14/+53
2006-03-17Remove tabs...Thom Johansen1-3/+3
2006-03-17Add timer.c module support for ipods. Remove uneeded SIMULATOR check.Thom Johansen3-9/+53
2006-03-17Some extra PP defines, and make some PP5002 defines consistens withThom Johansen2-13/+10
2006-03-16Fix red and yello build tableBrandon Low1-2/+4
2006-03-16Proper charger input, usb and charger activity detection/reporting for ipod v...Brandon Low4-6/+11
2006-03-13Charging state reporting for iriver players. Values calibrated withMiika Pekkarinen4-3/+19
2006-03-11Removed lcd_roll() and lcd_remote_roll() functions. These functions were not ...Jens Arnold6-108/+0
2006-03-10Iriver firmware compatibility kludge: RTC year offset. The offset is chosen i...Jens Arnold1-0/+13
2006-03-10Revert non-functional peakmeter fix, fix it for real? this timeBrandon Low1-4/+4
2006-03-10Code policingBrandon Low1-81/+83
2006-03-10some unicode fixes by Frank DischnerMarcoen Hirschberg2-14/+12
2006-03-09Yet another recording peakmeter sensitivity fix: only reset peak values after...Peter D'Hoye1-2/+2
2006-03-09Commit changed scale factor to match battery reading changes on ipod 5gBrandon Low1-1/+1
2006-03-09Fix peakmeter reading off the end of the buffer, thanks to peturBrandon Low1-2/+2
2006-03-09Improve ipod i2c driver somewhat by at least taking advantage of the in-devic...Brandon Low8-57/+77
2006-03-09Fix by Jvo Studer for bugreport #4799. Recorded bytes counter wasn't updated ...Peter D'Hoye1-3/+7
2006-03-09iPod 3G: Enable I2S interrupts for the main processor, not the COPDave Chapman1-2/+2
2006-03-09iAudio X5: Remote control buttonsLinus Nielsen Feltzing2-4/+46
2006-03-09Fix profiling compilation for non-m68k targetsBrandon Low1-1/+4
2006-03-09Use an 8 bit ADC read for battery reading on ipod, that provides better than ...Brandon Low3-16/+9
2006-03-09Improve clarity, no functional changeBrandon Low1-6/+6
2006-03-08Minor correction to irq maskingBrandon Low1-4/+2
2006-03-08That function prototype should never have been in CVS - it was just part of m...Dave Chapman1-2/+0
2006-03-08Fix lcd_roll() on H1x0.Jens Arnold1-0/+6
2006-03-08~2% performance improvement and some code cleanups for ipod video lcd updateBrandon Low1-31/+36
2006-03-08LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Os...Jens Arnold2-11/+15
2006-03-07Fixed dependency problem in compressed firmware build. (archos recorder v1)Jens Arnold1-1/+1