summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2011-11-13Use the timeout api for the gui boost implementation. This ensures that the C...Andree Buschmann1-0/+5
2011-11-13Sansa clip zip: correct USB vendor/product idBertrik Sikken1-2/+2
2011-11-12Sansa clip zip: update lcd_update_rect to even-align horizontal coordinates f...Bertrik Sikken1-1/+10
2011-11-11Finally submit GUI boost (FS#8668). With this change the CPU is boosted (with...Andree Buschmann15-0/+45
2011-11-11Document the internal alpha channel format better, and fixes for 32bit alpha ...Thomas Martitz1-6/+24
2011-11-10fuze+: fix typo (mdelay vs udelay) in register read (shouldn't change anythin...Amaury Pouly1-15/+16
2011-11-10Rework FS#12310 fix (r30906) for better readability. No functional change.Michael Sparmann1-8/+16
2011-11-09Fix assembler .size directives. Currently used binutils don't complain, but 2...Boris Gjenero3-4/+4
2011-11-08Remove last_sleep when it's not needed because IDE power is never turned off.Boris Gjenero1-0/+4
2011-11-08Fix build errors and warnings in the lcd drivers.Thomas Martitz2-7/+8
2011-11-08Support for transparency in 32bit bitmaps on color targets.Thomas Martitz2-10/+51
2011-11-08Add new lcd_bmp and lcd_bmp_part APIs.Thomas Martitz4-1/+50
2011-11-08Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...Jonathan Gordon2-60/+20
2011-11-08Put icons on buflib:Jonathan Gordon1-3/+0
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 Wuff18-2495/+2495
2011-11-06Make usage of TALK_PARTIAL_LOAD actually Ondio specific. MMC is not always slow.Jens Arnold2-0/+4
2011-11-06imx233: don't include debug-imx233.c in bootloaderAmaury Pouly1-0/+2
2011-11-06Commit FS#12209 by Vencislav Atanasov: iPod 6g/classic usb product id Michael Sparmann1-252/+251
2011-11-06iPod Classic: Set LCD controller configuration register during initialization...Michael Sparmann2-0/+3
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 Bukat2-30/+17
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 Sikken3-7/+6
2011-11-03Added HiFiMAN HM-801 target. FS#12355. This also renames tda1543.{ch} used by...Andrew Ryabinin15-12/+425
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 Sikken2-2/+2
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 Sikken2-3/+3
2011-10-29Sansa clip zip: update target configuration with correct battery capacity, al...Bertrik Sikken1-3/+12
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 Sikken7-34/+35
2011-10-29Better fix for FS#12337. Use 0 to make the line height calculated from the fo...Thomas Martitz2-2/+2
2011-10-28Fix FS#12351: The poweroff timer was not reset on scroll wheel activity for e...Andree Buschmann2-0/+4
2011-10-28Fix FS#12325 - screen corruption on early usb.Thomas Martitz1-5/+13
2011-10-27fuzeplus: rework button handling to use a queue instead of a blocking semapho...Amaury Pouly1-5/+23
2011-10-27usb: add forgotten break in usb switch, this could lead to unwanted code bein...Amaury Pouly1-1/+1
2011-10-26Revert swap channel feature as we're presently in a feature freeze. I'll reco...Michael Giacomelli1-1/+0
2011-10-26Fix red by committing the entire patch.Michael Giacomelli1-0/+1
2011-10-23Sansa clipzip: miscellaneous updatesBertrik Sikken3-9/+23
2011-10-23fuze+: fix typo and remove ugly logf constructAmaury Pouly1-4/+2
2011-10-22Add functions font_set_ui() and font_get_ui(). The font returned by FONT_UI u...Fred Bauer2-20/+60
2011-10-22Finish r30818 revertFred Bauer1-1/+1