summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2003-03-12Bug fix: If head bytes were read but sector read failed, return head byte cou...Björn Stenberg1-5/+5
2003-03-10Killed compiling error on debug buildsLinus Nielsen Feltzing1-12/+2
2003-03-10Killed a warningLinus Nielsen Feltzing1-0/+2
2003-03-10Don't accidentally add Xing headers to CBR filesLinus Nielsen Feltzing3-35/+56
2003-03-10Experimental Xing header generation added. Use with cautionLinus Nielsen Feltzing4-57/+100
2003-03-10Faster disk updates with the flush() functionLinus Nielsen Feltzing1-14/+3
2003-03-10Zagor added the flush() functionLinus Nielsen Feltzing2-1/+28
2003-03-10Ignore duplicate id3v2 tags or frames. Patch by Bill Napier.Björn Stenberg1-10/+18
2003-03-10I hate it when rippers don't follow the ID3V2 specsLinus Nielsen Feltzing1-2/+4
2003-03-10New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation codeLinus Nielsen Feltzing6-423/+1008
2003-03-10Updated with new export dirBjörn Stenberg1-4/+12
2003-03-07Don't reboot if charger is connected when sleep timer expires, just stop the ...Björn Stenberg1-2/+2
2003-03-04update_fat_entry() set the wrong cache line dirty if bpb_resvdseccnt wasn't d...Linus Nielsen Feltzing1-9/+2
2003-03-04Massively code-policed. We keep source lines less than 80 columns...Daniel Stenberg1-125/+224
2003-03-04if MEM is not set, set it to 2Daniel Stenberg1-0/+5
2003-03-03Found the only one point that led to imcompatibility of the CVS code with a 8...Uwe Freese1-0/+3
2003-03-03estimate 22 percent longer runtime when having 8 MB, assuming 192 kbps files ...Uwe Freese1-2/+11
2003-03-03export MEM variable in firmware and appsUwe Freese1-1/+1
2003-03-02Even more return code checking when recordingLinus Nielsen Feltzing1-2/+8
2003-03-02Now correctly skips ID3V1 tags to avoid gaps between tracksLinus Nielsen Feltzing1-12/+34
2003-02-27Added three new channel modes: Stereo narrow, Stereo wide, and Karaoke (voice...Björn Stenberg2-53/+61
2003-02-27New option: Invert display. Patch by Mark Hillebrand.Björn Stenberg2-1/+9
2003-02-27An attempt to get rid of the "red freeze" problem: Perform a soft reset on re...Björn Stenberg1-3/+5
2003-02-26code policeRobert Hak1-2/+2
2003-02-26set mp3end correctly depending on memory sizeDaniel Stenberg1-1/+3
2003-02-26not used anymore, see app.ldsDaniel Stenberg1-87/+0
2003-02-26Moved to one single .lds file for ALL builds.Daniel Stenberg1-1/+16
2003-02-26The new preprocessed version of this file allows us to use #definesDaniel Stenberg1-1/+3
2003-02-26this is not being used anymoreDaniel Stenberg1-80/+0
2003-02-26Enhanced error codes for better error trackingLinus Nielsen Feltzing1-169/+183
2003-02-26rename() didn't close the file if the target name exists, and didn't return a...Linus Nielsen Feltzing1-39/+49
2003-02-25Faster shutoff with OFF key on FM RecorderLinus Nielsen Feltzing1-9/+26
2003-02-23Code Police is never wrong. Ugh!Björn Stenberg3-35/+35
2003-02-22Lame debug outputLinus Nielsen Feltzing1-1/+1
2003-02-22Safer recording, now closes the file after each successful buffer saveLinus Nielsen Feltzing1-4/+19
2003-02-21Fixed bug #688807, now the Idle poweroff works on FM recorder. Also disabled ...Linus Nielsen Feltzing2-5/+5
2003-02-21Decreased the thread context table size to save space in IRAMLinus Nielsen Feltzing1-1/+1
2003-02-17moved the single-letter wildcard to a single line to prevent the tarball-Daniel Stenberg1-3/+1
2003-02-14include "standard" files with <> and not ""Daniel Stenberg1-1/+1
2003-02-14this fixes the win32 simulator compilationFelix Arends1-7/+0
2003-02-14Allow simulators to use battery constantsBjörn Stenberg1-2/+1
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg8-26/+70
2003-02-14Fixed dependency on moved thread.hBjörn Stenberg1-1/+1
2003-02-14Fixed the 3-hour time display bug, plus some cosmetic changesLinus Nielsen Feltzing2-17/+8
2003-02-14Correct saving of channel config (patch by Remo Hofer)Linus Nielsen Feltzing2-4/+7
2003-02-13Mike Holden's patch that corrects the FM charger plugged symbolUwe Freese1-4/+7
2003-02-13these are now present in export/Daniel Stenberg16-1053/+0
2003-02-13Killed a nasty bug that could leave the recorded file open. This will cause t...Linus Nielsen Feltzing1-2/+7
2003-02-13guessed battery scale factor for FMUwe Freese1-2/+2
2003-02-13Changed to use new firmware/export/ directoryBjörn Stenberg1-1/+1