summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2005-08-16Enlarged the buffer for DEBUGF()Linus Nielsen Feltzing1-2/+2
2005-08-16FM radio simulation working againLinus Nielsen Feltzing4-11/+11
2005-08-15iriver: Always turn on the backlight in backlight_init()Linus Nielsen Feltzing1-0/+1
2005-08-15Correct usage of ICODE_ATTR in memcpy.c and strlen.cLinus Nielsen Feltzing2-2/+4
2005-08-13Corrected UART register namesLinus Nielsen Feltzing1-4/+2
2005-08-13CONFIG_TUNER is a bitmaskLinus Nielsen Feltzing1-1/+1
2005-08-13Forgot that the simulator doesn't simulate the FM radioLinus Nielsen Feltzing2-6/+6
2005-08-13OopsLinus Nielsen Feltzing1-1/+0
2005-08-13Very lame, initial support for FM radio on the iriverLinus Nielsen Feltzing2-0/+6
2005-08-13The Ondio uses a different crystal for the TEA5767 than iriverLinus Nielsen Feltzing2-1/+12
2005-08-13The iriver FM radio I2C cannot use the I2C controller, so we do the good old ...Linus Nielsen Feltzing2-17/+212
2005-08-13Add pcm_set_mux() for switching between FM radio and Line inputLinus Nielsen Feltzing2-1/+12
2005-08-13Support the LAME Info header too.Magnus Holmgren1-13/+6
2005-08-11Backlight dimming: Don't unboost the CPU from within the isr.Jens Arnold1-2/+9
2005-08-11Backlight dimming: Protect from extraneous calls with the same target value. ...Jens Arnold1-0/+4
2005-08-11Only check for frames with three-letter names when parsing ID3V2.2 tags (and ...Magnus Holmgren1-0/+12
2005-08-11Cast to unsigned isn't enough in the isXXXX macros (chars > 127 caused a nega...Magnus Holmgren1-14/+14
2005-08-11iriver: Moved the I2C prescaler setting to i2c_init(), and removed it from se...Linus Nielsen Feltzing2-11/+4
2005-08-11Added pre-amp setting for files with ReplayGain information.Magnus Holmgren2-0/+13
2005-08-08Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text...Linus Nielsen Feltzing5-0/+216
2005-08-06typos fixed...Michiel Van Der Kolk1-2/+2
2005-08-06iAudio: First unfinished attempt for tlv320 driver and rockbox integrationChristian Gmeiner7-113/+391
2005-08-03Increased maximum file size for models with LCD height larger than 64 toDaniel Stenberg1-2/+6
2005-08-02headphone volume should be correct nowChristian Gmeiner1-16/+16
2005-08-01Killed signed/unsigned inconsistencyJens Arnold1-2/+2
2005-07-31oops... fixes red buildChristian Gmeiner1-1/+1
2005-07-31iAudio, iRiver: As both platforms use the same i2c interface i have renamed i...Christian Gmeiner8-29/+32
2005-07-31iAudio: adding support for mcf5250Christian Gmeiner2-0/+65
2005-07-30Fixed MAC initialization problem with mpa codec and removed workaroundMiika Pekkarinen2-13/+4
2005-07-29iAudio: Preperations for audio codec driverChristian Gmeiner2-0/+119
2005-07-28Fixed scroll step settings >127 pixels not working (reported on irc). Changed...Jens Arnold4-8/+8
2005-07-27Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren4-60/+222
2005-07-26Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold5-59/+261
2005-07-25The peak meter on iRiver didn't look right to me and the code seemed to beDave Bryant1-73/+54
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren3-7/+26
2005-07-24ReplayGain support files.Magnus Holmgren2-0/+354
2005-07-22It's now possible to select the crossfading mode: "Off, Crossfade,Miika Pekkarinen2-3/+3
2005-07-22More accurate playback position calculation.Miika Pekkarinen2-1/+7
2005-07-21Forgot to commit these files.Miika Pekkarinen1-0/+1
2005-07-21Crossfade (and pcm buffer size) length is now configurable.Miika Pekkarinen1-1/+1
2005-07-20Implemented mp3_pause_done() for software codecs to make wps correctlyMiika Pekkarinen1-5/+0
2005-07-19More preparations and conversions for colour LCD support.Jens Arnold1-1/+4
2005-07-19Renamed MAX_LEVEL to LCD_MAX_LEVEL to match the naming scheme. Preparations f...Jens Arnold4-9/+37
2005-07-19Added MODEL_NUMBER for H300Linus Nielsen Feltzing1-0/+3
2005-07-19iriver: let the boot loader decide when to power on the hard driveLinus Nielsen Feltzing1-3/+3
2005-07-18iriver: set the S/PDIF Validity flag correctlyLinus Nielsen Feltzing1-2/+2
2005-07-18Fixed RoLo for H100 targetsLinus Nielsen Feltzing3-1/+7
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner12-19/+24
2005-07-17Check that remaining bytes counter is not zero.Miika Pekkarinen1-2/+2
2005-07-17Initial attempt to support peak meter on iriver. It still has someMiika Pekkarinen2-0/+85