summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
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
2002-08-01No allows code and data in internal RAMLinus Nielsen Feltzing3-39/+89
2002-07-31The low water handling incorrectly loaded too large chunks at the start of a ...Linus Nielsen Feltzing1-11/+7
2002-07-30The backlight now turns off in USB mode tooLinus Nielsen Feltzing1-2/+3
2002-07-29Commented the ADC channelsLinus Nielsen Feltzing1-7/+11
2002-07-29charger_inserted() used the wrong ADC channelLinus Nielsen Feltzing1-1/+1
2002-07-29Killed warning on RecorderLinus Nielsen Feltzing1-2/+3
2002-07-29Now uses HAVE_MASxxxxx macros instead of RECORDERLinus Nielsen Feltzing5-23/+33
2002-07-28Killed a simulator warningLinus Nielsen Feltzing1-2/+2
2002-07-28Enabled ata_write_sectors()Linus Nielsen Feltzing1-2/+0
2002-07-28Added battery_level_safe() functionLinus Nielsen Feltzing2-0/+8
2002-07-28Added ata_disk_is_active() functionLinus Nielsen Feltzing2-2/+8
2002-07-28Hopefully fixed distortion and pitch problems on Player versionsLinus Nielsen Feltzing1-2/+36
2002-07-28mas_run() didn't workLinus Nielsen Feltzing1-1/+1
2002-07-27Corrected debug outputLinus Nielsen Feltzing1-1/+1
2002-07-27Removed some debugging codeLinus Nielsen Feltzing1-28/+0
2002-07-27Reworked the button codeLinus Nielsen Feltzing2-51/+67
2002-07-27Spindown mode is STANDBY when debuggingLinus Nielsen Feltzing1-0/+4