summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
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
2003-02-13Added export/ directoryBjörn Stenberg1-0/+1
2003-02-12disable charge control for FMUwe Freese1-3/+0
2003-02-12disable charge control for FMUwe Freese1-5/+1
2003-02-11Initialize genre to 0xff since 0 is a valid value.Björn Stenberg1-2/+1
2003-02-11Better simulator mpeg emulationBjörn Stenberg1-2/+3
2003-02-08Added some debugging info to chase the 3-hour time display bugLinus Nielsen Feltzing1-3/+3
2003-02-07more movesDaniel Stenberg8-35/+0
2003-02-07Move publicly (from apps) accessed files from drivers/ to export/.Daniel Stenberg12-0/+0
2003-02-07not used, removedDaniel Stenberg2-660/+0
2003-02-07not used. removedDaniel Stenberg1-30/+0
2003-02-07Include File Cleanup And Move-Around Party 2003.Daniel Stenberg21-3/+1093
2003-02-05Public firmware header files should now be put in firmware/include/ directoryDaniel Stenberg1-0/+0
2003-01-29bring back the functionality with the conditional update on remove cursorDaniel Stenberg1-1/+2
2003-01-29Major Code Police raid strike-down.Daniel Stenberg1-98/+114
2003-01-29The dir code is now reentrant.Björn Stenberg2-10/+7
2003-01-29Player changes: Added lcd_remove_cursor() and updated the cursor functionality.Kjell Ericson2-8/+20
2003-01-28Scrolling business is my name and scrolling is what I do when I don't crashDaniel Stenberg1-34/+18
2003-01-27tm_mon starts at 0Björn Stenberg1-3/+3
2003-01-27Added a "cursor"-function for the keyvoard.Kjell Ericson2-1/+35
2003-01-27Corrected get_time(). This should fix the bad file date bug. Also changed sta...Björn Stenberg2-2/+2