summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-07_Slight_ optimization of peak calculationBrandon Low1-15/+25
2006-03-07ATA driver: Fixed a flaw in check_registers(), and added support for iAudio X5Linus Nielsen Feltzing1-16/+43
2006-03-07iAudio X5 target-specific ATA driver codeLinus Nielsen Feltzing3-0/+91
2006-03-07Adapted to compile with lostlogics recent ADC driver changesLinus Nielsen Feltzing1-2/+2
2006-03-07Add the target directory tree to the include path, and set the TARGET_TREE ma...Linus Nielsen Feltzing1-1/+1
2006-03-07Fix red builds (with frustration)Brandon Low1-11/+11
2006-03-07Additional minor button interrupt tweaks, in a completely unscientific way, t...Brandon Low1-15/+13
2006-03-07Slight simplification of scroll button driverBrandon Low1-11/+9
2006-03-06Make seconds flow evenly and further throttle RTC reads solution partially th...Brandon Low1-13/+13
2006-03-06Make the ipod ADC driver more generic, preparing to share code between it and...Brandon Low2-11/+27
2006-03-05Make the RTC read throttling work, thanks to herz42 on ircBrandon Low1-0/+1
2006-03-05Fix warningsBrandon Low1-1/+0
2006-03-05Finer grained irq masking, blocking for i2c, plus a mutex to prevent conflict...Brandon Low4-63/+53
2006-03-05Make better use of banked registers in FIQ mode to shrink the iPod FIQThom Johansen2-37/+41
2006-03-05Fix other yellow buildsBrandon Low1-1/+1
2006-03-05Fix some yellow buildsBrandon Low2-3/+2
2006-03-05Move the RTC read throttling to a smarter placeBrandon Low2-23/+21
2006-03-05Basic battery monitoring for ipod 5g, should work on other ipods as well, but...Brandon Low10-65/+118
2006-03-05More efficient button_read() for archos recorders and Ondios.Jens Arnold1-26/+41
2006-03-04Archos V1 recorder charging path #2927 by Alun ThomasJörg Hohensohn2-36/+87
2006-03-03More 64bit simulator fixes, coinciding with the long policy this time.Jens Arnold2-5/+5
2006-03-03More 64bit simulator fixes: inttypes, settings block handling.Jens Arnold1-4/+24
2006-03-02TAB policed.Jens Arnold1-3/+3
2006-03-02Improved battery status reporting for units which support usb power / chargeBrandon Low2-7/+10
2006-03-02gigabeat related changesMarcoen Hirschberg2-2/+463
2006-03-02improve FreeBSD support a littleMarcoen Hirschberg2-5/+7
2006-03-02Change rename() to set errno to EXDEV if a rename is attempted across volumes.Dan Everton1-3/+10
2006-03-02Fixed more pointer size vs. int size problems (64 bit sims)Jens Arnold1-4/+4