summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2002-09-24Corrected the ones[] and zeros[] arraysLinus Nielsen Feltzing1-2/+3
2002-09-23Now exports last_disk_activity, for auto-poweroffLinus Nielsen Feltzing2-1/+3
2002-09-23Added timestamps of key presses, for auto-poweroffLinus Nielsen Feltzing2-0/+7
2002-09-23Split lcd driver into lcd-player and lcd-recorder. Player simulator still nee...Björn Stenberg4-1086/+1119
2002-09-23Bug fix: The LED was not on during writesBjörn Stenberg1-2/+2
2002-09-20New full ISO-8859-1 system font.Björn Stenberg2-16/+86
2002-09-19Added Philipp Pertermanns oscillograph demoBjörn Stenberg2-0/+18
2002-09-12no longer include unicode.h, we've removed that fileDaniel Stenberg1-1/+0
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg3-341/+20
2002-09-10define away lcd_update_rect() too on playersDaniel Stenberg1-0/+1
2002-09-09lcd_puts() now clears to end-of-lineBjörn Stenberg1-12/+19
2002-09-06Made the sleep code a little bit less aggressive.Björn Stenberg1-1/+1
2002-09-06Now runs SET_MULTIPLE_MODE after usb disconnect, since the windows driver set...Björn Stenberg1-0/+22
2002-09-06Optimized ata_read_sectors() a littleLinus Nielsen Feltzing1-3/+6
2002-09-06Moved the LCD frame buffer back to DRAMLinus Nielsen Feltzing2-2/+2
2002-09-06changed REPEAT_INTERVAL_START back to 4 as it originally wasEric Linenberg1-1/+1
2002-09-05 added button repeat accelerationEric Linenberg1-4/+21
2002-09-05Now uses READ MULTIPLE command. Also corrected some return values.Björn Stenberg1-23/+62
2002-09-04Increased BSY & RDY timeouts to 10 secondsBjörn Stenberg1-2/+2
2002-09-04Added (disabled) screendump featureLinus Nielsen Feltzing1-1/+53
2002-09-03Added quick-set screens to F2 (play modes) and F3 (screen settings) in dir br...Björn Stenberg1-7/+3
2002-09-03Added lcd_putc()Linus Nielsen Feltzing2-0/+7
2002-09-02Ooops! perform_soft_reset() unlocked the mutex...Linus Nielsen Feltzing1-1/+0
2002-09-02STANDBY mode works againLinus Nielsen Feltzing1-4/+8
2002-08-29wait_for_rdy() now actually waits for RDYLinus Nielsen Feltzing1-1/+17
2002-08-29Now uses STANDBY_IMMEDIATE instead of STANDBYLinus Nielsen Feltzing1-1/+1
2002-08-28Changed lcd_drawrect() to use upper left corner and height/width as parametersMarkus Braun2-12/+39
2002-08-28Repearied LOADABLE_FONTS, which was broken by the recent propfonts scroll fixBjörn Stenberg1-1/+5
2002-08-27Adjusted the key sense voltage levels a littleLinus Nielsen Feltzing1-4/+4
2002-08-27Fixed some nasty mutex glitchesLinus Nielsen Feltzing1-11/+27
2002-08-26Don't call perform_sleep() while already sleepingBjörn Stenberg1-1/+6
2002-08-26Added configurable disk spindown. The disk will also now not spin down while ...Björn Stenberg2-15/+26
2002-08-26Propfont fix/kludge for the scroll code. Now doesn't garble the line and shou...Björn Stenberg1-1/+12
2002-08-24Fixed minor bug in previous change: 0 is a valid sectorHardeep Sidhu1-1/+1
2002-08-24Data at end of file was not being read if last sector fell on cluster boundaryHardeep Sidhu1-7/+8
2002-08-22New measurements show ATA_SLEEP saves us 30-40 mA over ATA_STANDBY.Björn Stenberg1-2/+2
2002-08-21Added icons for charcell simulator.Mats Lidell2-3/+17
2002-08-21Fixed lcd_getstringsize() for prop fonts. Now also counts the blank columnsMarkus Braun1-1/+1
2002-08-20added functions to get the current marginsMarkus Braun2-0/+12
2002-08-19Fall back to fixed font if loadable font is not presentBjörn Stenberg1-7/+11
2002-08-16Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song,...Björn Stenberg1-0/+1
2002-08-16No DAC3550A in the recorderLinus Nielsen Feltzing2-0/+11
2002-08-15Removed warningBjörn Stenberg1-0/+1
2002-08-15Added delayed write for settings. Doesn't write until someone else accesses t...Björn Stenberg2-6/+32
2002-08-15time/date setting works now with loadable and proportional fontsMarkus Braun1-0/+4
2002-08-14fat_read() now reads multiple sectors per ATA commandBjörn Stenberg1-9/+18
2002-08-14Added support for reading/writing 256 sectorsBjörn Stenberg2-7/+14
2002-08-14Removed verbose debug messageBjörn Stenberg1-2/+0
2002-08-14Allow (slow) reading to odd addressBjörn Stenberg1-2/+15
2002-08-14Another strike against the evil distortion problemLinus Nielsen Feltzing2-2/+17