summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2002-05-08Fixed EOF handlingBjörn Stenberg1-2/+8
2002-05-08Fixed lame timeout handling and wrong return codes.Linus Nielsen Feltzing1-5/+11
2002-05-08Fixed some debug outputLinus Nielsen Feltzing1-12/+12
2002-05-07Killed a few bugs. Tested in target. Works fairly good.Linus Nielsen Feltzing1-10/+18
2002-05-07Create correct shortnamesBjörn Stenberg1-1/+9
2002-05-05corrected a few errorsLinus Nielsen Feltzing1-10/+10
2002-05-04Added weird circumvention macros for SIMULATOR builds. When we build aDaniel Stenberg2-2/+22
2002-05-03Changed to global 'bpb' structBjörn Stenberg2-196/+176
2002-05-03Added a few functionsLinus Nielsen Feltzing2-4/+10
2002-05-03Added disk/partition handlingBjörn Stenberg2-44/+18
2002-05-03lcd_drawrect addedRobert Hak2-0/+14
2002-05-02Added mas_run functionLinus Nielsen Feltzing2-0/+20
2002-05-02Changed debug to DEBUGF and panic to panicf.Björn Stenberg1-51/+41
2002-05-02Reverted the 1.10 and 1.11 changes, as they don't work.Daniel Stenberg1-28/+42
2002-05-01fixed lcd_bitmap, again. Works for y%8 != 0 as well now.Felix Arends1-23/+18
2002-05-01fixed lcd_bitmap code.Felix Arends1-41/+32
2002-05-01corrected the load-file pathDaniel Stenberg1-1/+1
2002-05-01lcd_puts() uses the new fontheight table nowDaniel Stenberg1-11/+2
2002-05-01Added lcd_fontsize() that returns the size of a given fontDaniel Stenberg2-0/+14
2002-05-01removed WIN32 compiler directiveFelix Arends1-3/+2
2002-04-30Win32 Simulator compability:Felix Arends1-0/+3
2002-04-29Renamed get_bpb() into fat_mount() and added it to the API.Björn Stenberg2-7/+17
2002-04-27Slight simplificationBjörn Stenberg1-6/+3
2002-04-27Added longname handlingBjörn Stenberg2-16/+70
2002-04-27Adapted to changed led APIBjörn Stenberg1-5/+9
2002-04-27Added fat_seek()Björn Stenberg2-0/+31
2002-04-27Added fat_open() and fat_read().Björn Stenberg2-15/+89
2002-04-27Added ata_spindown() and use of ALT_STATUS instead of STATUSBjörn Stenberg2-5/+49
2002-04-27Cluster chaining now works.Björn Stenberg2-357/+290
2002-04-26FAT updateBjörn Stenberg2-512/+138
2002-04-26Removed erroneous lcd_start callBjörn Stenberg1-2/+0
2002-04-26Simpler API and remove interrupt codeBjörn Stenberg2-72/+16
2002-04-25Cleaned up lcd APIBjörn Stenberg2-270/+217
2002-04-25Cleaning up the lcd API; not finishedBjörn Stenberg2-152/+123
2002-04-24fixed the emacs load-file thing in the bottomDaniel Stenberg1-1/+1
2002-04-23Moved sh7034.h into 'drivers'.Björn Stenberg1-0/+336
2002-04-23Moved driver to 'drivers' subdirBjörn Stenberg16-0/+3525