summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2011-11-08Disable the clock the built in AS3525(v2) bootrom. This is only useful for r...Michael Giacomelli1-0/+2
2011-11-07fuze+: fix typo in lcd init sequence for second lcd typeAmaury Pouly1-1/+1
2011-11-06Bulk convert all DOS line endings to UNIX.Torne Wuff11-1170/+1170
2011-11-06iPod Classic: Set LCD controller configuration register during initialization...Michael Sparmann1-0/+2
2011-11-06usb-s3c6400x.c: Fix memory corruption bug (closes FS#12310)Michael Sparmann1-6/+10
2011-11-06usb-s3c6400x.c: Remove an unused variableMichael Sparmann1-6/+8
2011-11-05MPIO HD300: vastly improve sound quality. This unfortunately means reverting ...Marcin Bukat1-19/+2
2011-11-05Sansa clip zip: do not enable display if it's already enabledBertrik Sikken1-1/+5
2011-11-04Sansa clip zip: swap RGB<>BGR for WiseChip displayBertrik Sikken1-3/+5
2011-11-03Make local functions and variables static where possibleBertrik Sikken1-4/+4
2011-11-03Added HiFiMAN HM-801 target. FS#12355. This also renames tda1543.{ch} used by...Andrew Ryabinin8-3/+233
2011-11-02Sansa clip zip: show AMSv2 variant in debug menuBertrik Sikken1-2/+4
2011-11-02fuze+: use macro and add a few staticAmaury Pouly1-4/+4
2011-10-31Sansa clip zip: attempt to fix the pixel format swappedness for goodBertrik Sikken1-1/+1
2011-10-30Sansa clip zip: implement lcd_write_data functionBertrik Sikken1-9/+15
2011-10-30Sansa clip zip: use a state machine for scanning buttons to avoid busy-waitsBertrik Sikken1-41/+55
2011-10-30Gigabeat S: Maintain power thread at realtime priority at all times so it may...Michael Sevakis1-15/+4
2011-10-30Sansa clip zip: make the simulator work by adding the background bitmapBertrik Sikken1-1/+6
2011-10-29Sansa clip zip: fix colours of icons, logos, album artBertrik Sikken1-2/+2
2011-10-29Sansa clip zip: add missing prototype to backlight-target.hBertrik Sikken1-0/+1
2011-10-29Sansa clip zip: update mkamsboot and fix various drivers to make it boot to t...Bertrik Sikken6-30/+29
2011-10-28Fix FS#12351: The poweroff timer was not reset on scroll wheel activity for e...Andree Buschmann2-0/+4
2011-10-27fuzeplus: rework button handling to use a queue instead of a blocking semapho...Amaury Pouly1-5/+23
2011-10-23Sansa clipzip: miscellaneous updatesBertrik Sikken3-9/+23
2011-10-23fuze+: fix typo and remove ugly logf constructAmaury Pouly1-4/+2
2011-10-20Some iPod Video's need a 2nd call of ub_drv_init() to establish the USB conne...Andree Buschmann1-0/+4
2011-10-18imx233/fuze+: implement pcm out and audio codec, update SOURCESAmaury Pouly2-8/+66
2011-10-18imx233/fuze+: add prototype for rtc block (only for register defines for now)Amaury Pouly1-0/+37
2011-10-18imx233/fuze+: implement audioout functions (init, volume, frequency); add stu...Amaury Pouly4-0/+311
2011-10-18imx233/fuze+: implement hw info debug screen to show dma channels stateAmaury Pouly1-1/+57
2011-10-18imx233/fuze+: allow dma info retrieval; wait for end of channel reset before ...Amaury Pouly2-5/+115
2011-10-18imx233/fuze+: move to a more generic xtal derived clock enabling function, fi...Amaury Pouly3-5/+15
2011-10-18imx233/fuze+: fix typo and add dac dma/error interruptsAmaury Pouly2-1/+7
2011-10-18fuze+: fix bootloader not set backlight brightnessAmaury Pouly1-2/+0
2011-10-18imx233/fuze+: move audio driver to the canonical locationAmaury Pouly1-65/+0
2011-10-17Expunge a commented #include that found its way in in r30771.Michael Sevakis1-1/+0
2011-10-17Gigabeat S/i.MX31/wm8978: Clean up clocking information in the general wmcode...Michael Sevakis3-100/+172
2011-10-17Add HiFiMAN HM-60x target(s). FS#12319 by Andrew Ryabinin with some (small) m...Marcin Bukat11-129/+596
2011-10-14i.MX31 avic: Fix super-stale comment.Michael Sevakis1-3/+2
2011-10-14i.MX31: Simplify nested interrupt handling. Give SVC mode its own stack by gr...Michael Sevakis4-49/+40
2011-10-13rk27xx - add support for i2s in master mode. Based on patch by Andrew RyabininMarcin Bukat1-6/+15
2011-10-13rk27xx - fix sys timer clock setup. Spotted by Andrew RyabininMarcin Bukat1-1/+1
2011-10-12Sansa AMSv2: set internal voltages PVDD1 and AVDD17 to the same value as the ...Bertrik Sikken1-2/+0
2011-10-11Switch to SYS mode on arm FS#12322 by meMarcin Bukat16-220/+285
2011-10-08imx233/fuze+: declare 3d audio capability, update lang accordinglyAmaury Pouly1-2/+6
2011-10-05Changed #warning to a TODO comment.Björn Stenberg1-1/+1
2011-10-03Add missing usb_drv_init(), fixes FS#12303.Andree Buschmann1-0/+1
2011-10-02fuze+: implement basic touchpad driverAmaury Pouly1-2/+92
2011-10-02fuze+: set backlight brightness to default only when there is not backlight i...Amaury Pouly1-3/+3
2011-10-01rk27xx - implement partial lcd updatesMarcin Bukat1-11/+20