summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2007-11-07Get the user timer working properly consequentially fixing doom without a hack.Karl Kurbjun3-31/+27
2007-11-06c200: Make microSD cards finally work.Jens Arnold1-2/+2
2007-11-06Get rid of some more inl/outl, and use the new macros for bitwise GPIO manipu...Jens Arnold1-10/+4
2007-11-05Get rid of some more inl/outl. 0x70000084 seems to be GPO32_ENABLE.Barry Wardell8-8/+9
2007-11-05Fix red.Barry Wardell4-11/+11
2007-11-05Get rid of some more inl/outl and use the new GPO32 define instead.Barry Wardell4-9/+9
2007-11-05Get rid of a couple of inl/outl since we have defines. Also use some other de...Barry Wardell2-8/+8
2007-11-05e200/c200: Take advantage of mutex recursion for the tuner driver and dump th...Michael Sevakis3-13/+6
2007-11-04make initialisation of buffer/unbuffer call backs consistent with FS#6639Robert Kukla1-4/+2
2007-11-04The GPIO interrupts are split into several port groups on all PP502x versions...Jens Arnold5-19/+49
2007-11-03Finally: HDD power control for all PP502x iPods (4th gen Grayscale, Color, Mi...Jens Arnold8-10/+39
2007-11-03* Add newfound GPO32 register to pp502x.h. * Introduce macros for the PP502x'...Jens Arnold1-0/+12
2007-11-03Little tidy-up on previous commit.Steve Bavin1-5/+7
2007-11-03Fix recursion-stack overflow on simulator, also unify some variable names and...Steve Bavin1-22/+41
2007-11-03Show exact CPU version on PP5002 targets.Jens Arnold1-0/+5
2007-11-03Accept FS#7910: spontaneously speak out the battery level when it fallsStéphane Doyon2-0/+27
2007-11-02TAB policingDave Chapman1-11/+11
2007-11-02m:robe 500i port: Add backlight support to the main build.Catalin Patulea2-10/+14
2007-11-02Build some more plugins for M:Robe most work, doom builds and runs if you use...Karl Kurbjun4-7/+122
2007-11-02m:robe 500i port: Add support for the backlight client in the SPI subsystemCatalin Patulea2-4/+7
2007-11-02iPod Video LCD driver: Reintroduce the simple method of waiting for update co...Jens Arnold1-2/+30
2007-11-02Bootloaders are single core... (aka fix red)Jens Arnold1-3/+15
2007-11-02Major speedup of the iPod Video LCD driver. The internal update procedure of ...Jens Arnold2-153/+234
2007-11-01Button driver for Logik DAX, plus some changes to the debug info displayed in...Dave Chapman4-23/+106
2007-11-01Lets use the measurements Toni took months ago for the Sansa battery, instead...Michael Giacomelli1-1/+5
2007-10-31Accept FS#8053 by Bertrik Sikken: playback.c and mpeg.c simplification by rem...Nicolas Pennequin2-38/+8
2007-10-30Fix FS#8052 - kernel.c compilation errors when compiling for debug. Just some...Michael Sevakis1-3/+3
2007-10-29Turn the DEBUGF messages into logf in the ID3 parser, so that by default they...Nicolas Pennequin1-8/+8
2007-10-29More code police...Peter D'Hoye1-23/+22
2007-10-28Code police, no functional changes (yet)Peter D'Hoye1-65/+85
2007-10-28Oops. The function should be static.Nicolas Pennequin1-1/+1
2007-10-28Some genre strings must not be adjusted by adjust_mp3_entry. Thanks to PaulJa...Nicolas Pennequin1-1/+9
2007-10-28add some informations about this fileChristian Gmeiner2-21/+30
2007-10-28C200: Reworked the LCD driver a bit, and fixed a bug with single column updat...Jens Arnold1-36/+35
2007-10-28iPod Video: Further optimised LCD data transfer (5..6% speedup, but increase ...Jens Arnold2-103/+116
2007-10-28Initial work on a port to the Logik DAX 1GB MP3/DAB player. The bootloader b...Dave Chapman19-3/+1260
2007-10-28The iPod Video has the HW version at a different address in ROM.Jens Arnold1-2/+10
2007-10-28e200: shorten some delays so the backlight turn on is snappier. Values seem t...Michael Sevakis1-4/+3
2007-10-27Add queue_peek to the kernel (written by Mike Sevakis), and use it to improve...Nicolas Pennequin2-0/+23
2007-10-26Some small cleanups and code for testingKarl Kurbjun4-33/+71
2007-10-25Remove unused struct membersNils Wallménius1-6/+0
2007-10-25Finally commit Metadata on Buffer!Nicolas Pennequin1-1/+1
2007-10-25Further optimised the filter vector math assembly for coldfire, and added ass...Jens Arnold1-0/+5
2007-10-25Rename TMS320DSC25 CONFIG_CPU value to DSC25 to prevent confusion with TMS320...Dave Chapman1-2/+2
2007-10-25FS#8022: AS3514 missing initialisation.Barry Wardell1-1/+8
2007-10-25FS#8023: Use of AS3514 #defines instead of magic values.Barry Wardell6-9/+22
2007-10-25enable jpeg, mpegplayer and midiplay on the mr500 (only jpeg is actually usab...Jonathan Gordon1-1/+1
2007-10-24logf changes:Nicolas Pennequin1-2/+11
2007-10-24Try and save some bytes, seeing as we already assumed LANG_ constants for mon...Steve Bavin1-4/+0
2007-10-23mrobe changes:Jonathan Gordon1-4/+4