summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2002-08-11Removed extra pixel btwn charsBjörn Stenberg1-2/+1
2002-08-11Forgot to add the new filesBjörn Stenberg13-0/+31076
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg7-38/+230
2002-08-09Added lcd_scroll_pause/resumeJustin Heiner2-0/+12
2002-08-09reindentedMarkus Braun1-4/+8
2002-08-09made lcd_invertrect() workingMarkus Braun2-2/+11
2002-08-09Added lcd_update_rect(), for updating only a part of the LCD. This wasDaniel Stenberg3-1/+46
2002-08-08Changed #ifdef from ARCHOS_RECORDER to HAVE_*Björn Stenberg1-1/+1
2002-08-08Storing the latest fat32 test codeBjörn Stenberg3-45/+39
2002-08-08Added support for next/prev in simulatorsBjörn Stenberg1-0/+6
2002-08-08Added mpeg_is_playing support for simulatorsBjörn Stenberg1-5/+15
2002-08-08Turn off double-height in panicf()Björn Stenberg1-0/+3
2002-08-08Now handles watermark on MPEG_NEXTLinus Nielsen Feltzing1-4/+7
2002-08-08Added data loading if NEXT moves below watermarkBjörn Stenberg1-0/+6
2002-08-08unplayed_space_left was calculated too early in DEI3()Linus Nielsen Feltzing1-1/+3
2002-08-08Fixed bugs in next/prev handling.Björn Stenberg1-28/+38
2002-08-07If next track is in ram, don't load from diskBjörn Stenberg1-18/+30
2002-08-07Made battery_level() use the power history table to get an average battery le...Heikki Hannikainen2-3/+70
2002-08-07Made battery_level() use the power history table to get an average battery le...Heikki Hannikainen2-42/+0
2002-08-07Added status bar to file browser and wpsMarkus Braun2-155/+11
2002-08-07Added button_get_w_tmo()Linus Nielsen Feltzing2-0/+19
2002-08-06Removed a warningLinus Nielsen Feltzing1-0/+1
2002-08-06Set max charge time to 6 hours (overcharge backup protection)Heikki Hannikainen1-1/+1
2002-08-06Added battery charger code for the recorder and battery voltage statistics ke...Heikki Hannikainen6-4/+247
2002-08-06backlight_init() no longer clears the ST bitLinus Nielsen Feltzing1-4/+0
2002-08-06rtc_init() takes care of both the ST and HT bitsLinus Nielsen Feltzing1-3/+15
2002-08-06Added rtc_init()Linus Nielsen Feltzing1-0/+1
2002-08-06rtc_read() now sends a stop condition. This hopefully fixes the stopping cloc...Linus Nielsen Feltzing1-1/+11
2002-08-05George Styles entersDaniel Stenberg1-0/+1
2002-08-05added weirdo extra protos for the mingw cross-compile buildDaniel Stenberg1-1/+11
2002-08-04added Bill Napier for his Mingw workDaniel Stenberg1-0/+1
2002-08-04use our own prototypes for open, read, close and lseek if we compileDaniel Stenberg1-4/+4
2002-08-02join the party!Daniel Stenberg1-0/+2
2002-08-02just defensivelt check for defined defines before we define themDaniel Stenberg1-0/+6
2002-08-02debreakageDaniel Stenberg1-2/+7
2002-08-02ming compile fixes by Bill NapierDaniel Stenberg2-3/+3
2002-08-02Cleaned up the sleep options a littleLinus Nielsen Feltzing1-10/+65
2002-08-01Markus Braun joined the shipDaniel Stenberg1-0/+1
2002-08-01Markus Braun's progressbar and slidebar codeDaniel Stenberg2-0/+149
2002-08-01Moved some time critical functions to internal RAMLinus Nielsen Feltzing1-1/+6
2002-08-01Moved to internal RAMLinus Nielsen Feltzing2-0/+12
2002-08-01Now uses CMD_STANDBY again. CMD_SLEEP used more power than CMD_STANDBY for so...Linus Nielsen Feltzing1-7/+11
2002-08-01Moved the .bss section to after the .stack sectionLinus Nielsen Feltzing1-8/+8
2002-08-01The internal RAM copy accidentally ended up in the wrong placeLinus Nielsen Feltzing2-10/+10
2002-08-01Moved LCD frame buffer to internal RAMLinus Nielsen Feltzing1-1/+1
2002-08-01Moved bitswap() to internal RAMLinus Nielsen Feltzing1-0/+8
2002-08-01Moved ata_read_sectors() to internal RAMLinus Nielsen Feltzing1-0/+7
2002-08-01Moved switch_thread() and the thread context data to internal RAMLinus Nielsen Feltzing1-1/+3
2002-08-01sleep() and queue_wait() moved to internal RAMLinus Nielsen Feltzing1-0/+3
2002-08-01Copies code to internal ram at startupLinus Nielsen Feltzing1-4/+23