summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis13-100/+100
2009-02-11Fix no-backlight colours for H100 series and M3.Jens Arnold3-3/+3
2009-02-11Fix the Playersim as well.Jens Arnold1-1/+3
2009-02-10Forgot to add the new screendump source files.Jens Arnold2-0/+433
2009-02-10Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold5-13/+165
2009-02-10Gigabeat S: Update some very stale comments about what's going on in the star...Michael Sevakis1-10/+8
2009-02-10Gigabeat S: I never intended to leave the channel context buffer static beyon...Michael Sevakis1-1/+1
2009-02-10Gigabeat S: Place SDMA code load address starting in uninitialized section ad...Michael Sevakis3-9/+41
2009-02-10Simulate backlight for colour targets. Implements the idea from FS #9884, but...Jens Arnold3-0/+9
2009-02-09Onda VX747: commit some parts to get apps/ to compile (more will follow)Maurus Cuelenaere17-398/+563
2009-02-09Gigabeat S: Try to save some power. Implement lcd_enable and turn off LCD DMA...Michael Sevakis3-12/+32
2009-02-09Gigabeat S: The PCM lockout routines needed a bit of polishing.Michael Sevakis1-22/+14
2009-02-09Fix red and yellow.Jens Arnold1-1/+1
2009-02-09Put the display colours for monochrome and greyscale targets into the target ...Jens Arnold24-1/+192
2009-02-08Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other mi...Michael Sevakis19-138/+2994
2009-02-07Fix building of tools/database/Frank Gevaerts1-9/+9
2009-02-07Simplify conditions for including serial port support (it's now HAVE_SERIAL)....Bertrik Sikken8-29/+11
2009-02-07Gigabeat S: Move the LCD framebuffer address so that DRAM can be mapped flat ...Michael Sevakis5-24/+30
2009-02-05Fix red and yellowMaurus Cuelenaere3-3/+8
2009-02-05Creative ZVM:Maurus Cuelenaere11-154/+191
2009-02-05Fix MIPS ffs implementationMaurus Cuelenaere1-8/+4
2009-02-05Enable radio for sansa m200v4.Bertrik Sikken1-2/+5
2009-02-05FS#9611 - Sansa Clip radio code. Commit final part which enables the LINE2 in...Bertrik Sikken4-33/+95
2009-02-04MIPS memset: use a bigger buffer (yields more performance)Maurus Cuelenaere1-2/+2
2009-02-04MIPS:Maurus Cuelenaere5-40/+66
2009-02-04MIPS:Maurus Cuelenaere5-11/+446
2009-02-03Hopefully fixes the 'two byte inserted bug' of #FS8663. Combination of Martin...Antonius Hellmann1-16/+43
2009-02-03Remove struct spinlock to cleanup some mess and simplify. It's only used in b...Michael Sevakis4-99/+18
2009-02-03Gigabeat S: Get remote keymaps up to snuff and working. Do a couple tweaks on...Michael Sevakis1-3/+8
2009-02-02ARMv6: Optimize interrupt enable/disable with cpsie and cpsid. Section off sy...Michael Sevakis1-84/+157
2009-02-02i.MX31: Make SPI more tolerant by resetting and forcing a reconfigure of the ...Michael Sevakis5-20/+61
2009-02-01First step in committing the results of FS#8663:Antonius Hellmann1-94/+165
2009-01-31Various files: make function implementations consistent with their declaratio...Bertrik Sikken6-9/+12
2009-01-29Get checkwps working againMaurus Cuelenaere2-2/+4
2009-01-29Hopefully make some progress against FS#9831. iPod Video seems fine now under...Michael Sevakis3-9/+14
2009-01-27Redo some parts of my previous commit, thanks Jens and DaveThomas Martitz6-96/+12
2009-01-27I wonder how that got it...Thomas Martitz1-1/+0
2009-01-27Fix yellowThomas Martitz1-2/+1
2009-01-27Sansa AMS: Debug screen, shows GPIO and (on the fuze) DBOP input for now, to ...Thomas Martitz8-8/+161
2009-01-27Make the Philips HDD1630 ADC work: it needs a slightly different init sequenc...Mark Arigo2-3/+21
2009-01-27Move the PP5020 ADC defines to the c-file instead of repeating them across th...Mark Arigo7-131/+7
2009-01-27Onda VX747:Maurus Cuelenaere13-101/+467
2009-01-27Fix red once more :/Thomas Martitz1-3/+2
2009-01-26Fix redThomas Martitz1-1/+1
2009-01-26Commit FS#9724, which reworks the preprocessor defines related to backlight f...Thomas Martitz27-135/+150
2009-01-25Hopefully fix wrong colours on coldfire targets for certain scaling factors. ...Jens Arnold1-0/+1
2009-01-24Accept FS#9717 by Akio Idehara with a small change suggested by Rafaël CarrÃ...Nils Wallménius1-0/+12
2009-01-24Include divide-by-zero handling within plugins and codecs for ARM processors.Michael Sevakis1-0/+1
2009-01-23Gigabeat S: Make sure the hold button on the remote is independent of the mai...Michael Sevakis1-1/+7
2009-01-23Gigabeat S: Add remote control reading and proper headphone insert detection....Michael Sevakis5-23/+226