summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2006-03-17Remove tabs...Thom Johansen
2006-03-17Add timer.c module support for ipods. Remove uneeded SIMULATOR check.Thom Johansen
2006-03-17Some extra PP defines, and make some PP5002 defines consistens withThom Johansen
2006-03-16Fix red and yello build tableBrandon Low
2006-03-16Proper charger input, usb and charger activity detection/reporting for ipod v...Brandon Low
2006-03-13Charging state reporting for iriver players. Values calibrated withMiika Pekkarinen
2006-03-11Removed lcd_roll() and lcd_remote_roll() functions. These functions were not ...Jens Arnold
2006-03-10Iriver firmware compatibility kludge: RTC year offset. The offset is chosen i...Jens Arnold
2006-03-10Revert non-functional peakmeter fix, fix it for real? this timeBrandon Low
2006-03-10Code policingBrandon Low
2006-03-10some unicode fixes by Frank DischnerMarcoen Hirschberg
2006-03-09Yet another recording peakmeter sensitivity fix: only reset peak values after...Peter D'Hoye
2006-03-09Commit changed scale factor to match battery reading changes on ipod 5gBrandon Low
2006-03-09Fix peakmeter reading off the end of the buffer, thanks to peturBrandon Low
2006-03-09Improve ipod i2c driver somewhat by at least taking advantage of the in-devic...Brandon Low
2006-03-09Fix by Jvo Studer for bugreport #4799. Recorded bytes counter wasn't updated ...Peter D'Hoye
2006-03-09iPod 3G: Enable I2S interrupts for the main processor, not the COPDave Chapman
2006-03-09iAudio X5: Remote control buttonsLinus Nielsen Feltzing
2006-03-09Fix profiling compilation for non-m68k targetsBrandon Low
2006-03-09Use an 8 bit ADC read for battery reading on ipod, that provides better than ...Brandon Low
2006-03-09Improve clarity, no functional changeBrandon Low
2006-03-08Minor correction to irq maskingBrandon Low
2006-03-08That function prototype should never have been in CVS - it was just part of m...Dave Chapman
2006-03-08Fix lcd_roll() on H1x0.Jens Arnold
2006-03-08~2% performance improvement and some code cleanups for ipod video lcd updateBrandon Low
2006-03-08LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Os...Jens Arnold
2006-03-07Fixed dependency problem in compressed firmware build. (archos recorder v1)Jens Arnold
2006-03-07_Slight_ optimization of peak calculationBrandon Low
2006-03-07ATA driver: Fixed a flaw in check_registers(), and added support for iAudio X5Linus Nielsen Feltzing
2006-03-07iAudio X5 target-specific ATA driver codeLinus Nielsen Feltzing
2006-03-07Adapted to compile with lostlogics recent ADC driver changesLinus Nielsen Feltzing
2006-03-07Add the target directory tree to the include path, and set the TARGET_TREE ma...Linus Nielsen Feltzing
2006-03-07Fix red builds (with frustration)Brandon Low
2006-03-07Additional minor button interrupt tweaks, in a completely unscientific way, t...Brandon Low
2006-03-07Slight simplification of scroll button driverBrandon Low
2006-03-06Make seconds flow evenly and further throttle RTC reads solution partially th...Brandon Low
2006-03-06Make the ipod ADC driver more generic, preparing to share code between it and...Brandon Low
2006-03-05Make the RTC read throttling work, thanks to herz42 on ircBrandon Low
2006-03-05Fix warningsBrandon Low
2006-03-05Finer grained irq masking, blocking for i2c, plus a mutex to prevent conflict...Brandon Low
2006-03-05Make better use of banked registers in FIQ mode to shrink the iPod FIQThom Johansen
2006-03-05Fix other yellow buildsBrandon Low
2006-03-05Fix some yellow buildsBrandon Low
2006-03-05Move the RTC read throttling to a smarter placeBrandon Low
2006-03-05Basic battery monitoring for ipod 5g, should work on other ipods as well, but...Brandon Low
2006-03-05More efficient button_read() for archos recorders and Ondios.Jens Arnold
2006-03-04Archos V1 recorder charging path #2927 by Alun ThomasJörg Hohensohn
2006-03-03More 64bit simulator fixes, coinciding with the long policy this time.Jens Arnold
2006-03-03More 64bit simulator fixes: inttypes, settings block handling.Jens Arnold
2006-03-02TAB policed.Jens Arnold