summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2006-01-30iPod: Remove some iPod Photo lcd initialisation code that (when used in the b...Dave Chapman1-10/+0
2006-01-30iPod: Initial attempt at volume/bass/treble control - more work is needed, bu...Dave Chapman2-19/+70
2006-01-28Work-in-progress transparent bitmaps with 255,0,255 as the transparent color,...Linus Nielsen Feltzing2-0/+69
2006-01-28iPod: First working audio driverDave Chapman3-50/+93
2006-01-28Color BMP supportLinus Nielsen Feltzing1-0/+17
2006-01-27Fix red buildsBrandon Low1-1/+3
2006-01-27Detect USB charge state in Hxx0Brandon Low1-1/+2
2006-01-26Enable USB charging mode on H300, hold Rec when inserting the USB connector t...Linus Nielsen Feltzing2-1/+7
2006-01-26Add some IIS addressesDave Chapman1-0/+6
2006-01-25Fix all the simulator builds I brokeBrandon Low1-0/+5
2006-01-25New "battery benchmark" plugin by Alexander Spyridakis, modified a bit by meHristo Kovachev2-0/+7
2006-01-25First steps towards SDL sim for windowsLinus Nielsen Feltzing2-1/+3
2006-01-25GDB stub for ARMTomasz Malesinski2-1/+16
2006-01-25Generic USB serial driver on ISP1582Tomasz Malesinski2-0/+1131
2006-01-25Simple sscanf implementationTomasz Malesinski2-0/+246
2006-01-25Added ATTRIBUTE_SCANFTomasz Malesinski1-0/+1
2006-01-24added .vectors section for ARMTomasz Malesinski2-13/+41
2006-01-24made UIE for iPod common to all ARM targetsTomasz Malesinski1-17/+22
2006-01-24Removed PP5020_ prefix from register defines and added/renamed someThom Johansen5-41/+40
2006-01-24Properly configurable tick timer for PP5020.Thom Johansen1-6/+2
2006-01-23Slightly safer version of queue_delete()Linus Nielsen Feltzing1-5/+12
2006-01-23New kernel function, queue_delete(struct event_queue *q)Linus Nielsen Feltzing2-0/+21
2006-01-22Fixed the red builds.Miika Pekkarinen1-0/+5
2006-01-22Muting trick to prevent tiny pops and glitchless mp3 seeking.Miika Pekkarinen2-12/+13
2006-01-22Horizontal screen scrolling part 3 (by Shachar Liberman)Brandon Low4-60/+62
2006-01-22Horizontal scrolling patch by Shachar Liberman - Part 2 :)Tomas Salfischberger1-10/+33
2006-01-22Horizontal scrolling patch by Shachar LibermanTomas Salfischberger5-25/+109
2006-01-21AB-repeat mode for software codecs. Accessible through menu as a repeat mode...Brandon Low3-0/+6
2006-01-21Add seamless seeking support, this is needed for AB-repeat mode on swcodec.Brandon Low1-0/+1
2006-01-21Prevent a very tiny pop from happening when starting/stopping pcmMiika Pekkarinen1-3/+14
2006-01-21Improve performance by putting more of the code and variables that are called...Brandon Low1-3/+3
2006-01-20Fixed a few iriver playback quirks and issues with previous fixes.Miika Pekkarinen1-0/+3
2006-01-20Better random number generator: Mersenne twiser with improved initialisation....Jens Arnold1-137/+97
2006-01-19Fix red buildsBrandon Low1-1/+1
2006-01-19Start cleaning up some #ifdefs in charging codeBrandon Low1-11/+4
2006-01-19Make sure that no targets lose charging related features from those red build...Brandon Low1-2/+0
2006-01-19UIE handler for ARM/iPod. Currently does not support interrupts. WillThom Johansen2-1/+51
2006-01-19Patch #1404233 by Peter D'Hoye: H300 brightness bugfixHristo Kovachev3-27/+21
2006-01-19Attempt fix to broken builds pt. 2Hristo Kovachev1-1/+1
2006-01-19Charging state reporting on H3x0Brandon Low5-22/+71
2006-01-19Initialize the MBC to off, idle state JinCBrandon Low1-1/+2
2006-01-19Stricter asm constraint is required.Brandon Low1-1/+1
2006-01-19Fix reboot-to-diskmode for the Nano and Video - the "diskmode" string is writ...Dave Chapman1-10/+7
2006-01-18Profiling support, tools and documentation.Brandon Low6-0/+410
2006-01-18Part of patch #1407541 to improve battery smoothing by absorbing extra precis...Brandon Low1-5/+6
2006-01-18Remove a redundant lineHristo Kovachev1-3/+0
2006-01-18iPod: Fix endian bug with disk reads and writes to a non-aligned memory buffer.Dave Chapman1-2/+2
2006-01-18Matt v.d. Westhuizen's iAudio X5 keypad adjustmentsDaniel Stenberg2-3/+14
2006-01-18Two files for the iFP port that I forgot to commitDave Chapman2-0/+476
2006-01-18New codec loader, using the same mechanism as the new plugin loader. API vers...Jens Arnold9-9/+9