summaryrefslogtreecommitdiff
path: root/firmware/drivers
AgeCommit message (Expand)Author
2002-05-20Added dummy lcd_update() to player code, to avoid #ifdef everywhereBjörn Stenberg
2002-05-17Doh! Button signals are active lowBjörn Stenberg
2002-05-16More readable commentLinus Nielsen Feltzing
2002-05-16Added mutex protectionLinus Nielsen Feltzing
2002-05-16Now yields when waiting for flow controlLinus Nielsen Feltzing
2002-05-16Changed default_read prototypeLinus Nielsen Feltzing
2002-05-16First versionLinus Nielsen Feltzing
2002-05-14Fixed compiler warningsBjörn Stenberg
2002-05-13C99 booleansLinus Nielsen Feltzing
2002-05-13Changing to C99 'bool'Björn Stenberg
2002-05-13Changing to C99 'bool' typeBjörn Stenberg
2002-05-11GRA1 was wrongly definedLinus Nielsen Feltzing
2002-05-10Changed puts() to take 'character position'Björn Stenberg
2002-05-09Removed a few annoying debugf callsLinus Nielsen Feltzing
2002-05-09Removed a few debugf callsLinus Nielsen Feltzing
2002-05-09get_next_cluster forgot to byteswap the FAT entry, among othersLinus Nielsen Feltzing
2002-05-09New cache algorithmLinus Nielsen Feltzing
2002-05-08Added lseek()Björn Stenberg
2002-05-08Fixed EOF handlingBjörn Stenberg
2002-05-08Fixed lame timeout handling and wrong return codes.Linus Nielsen Feltzing
2002-05-08Fixed some debug outputLinus Nielsen Feltzing
2002-05-07Killed a few bugs. Tested in target. Works fairly good.Linus Nielsen Feltzing
2002-05-07Create correct shortnamesBjörn Stenberg
2002-05-05corrected a few errorsLinus Nielsen Feltzing
2002-05-04Added weird circumvention macros for SIMULATOR builds. When we build aDaniel Stenberg
2002-05-03Changed to global 'bpb' structBjörn Stenberg
2002-05-03Added a few functionsLinus Nielsen Feltzing
2002-05-03Added disk/partition handlingBjörn Stenberg
2002-05-03lcd_drawrect addedRobert Hak
2002-05-02Added mas_run functionLinus Nielsen Feltzing
2002-05-02Changed debug to DEBUGF and panic to panicf.Björn Stenberg
2002-05-02Reverted the 1.10 and 1.11 changes, as they don't work.Daniel Stenberg
2002-05-01fixed lcd_bitmap, again. Works for y%8 != 0 as well now.Felix Arends
2002-05-01fixed lcd_bitmap code.Felix Arends
2002-05-01corrected the load-file pathDaniel Stenberg
2002-05-01lcd_puts() uses the new fontheight table nowDaniel Stenberg
2002-05-01Added lcd_fontsize() that returns the size of a given fontDaniel Stenberg
2002-05-01removed WIN32 compiler directiveFelix Arends
2002-04-30Win32 Simulator compability:Felix Arends
2002-04-29Renamed get_bpb() into fat_mount() and added it to the API.Björn Stenberg
2002-04-27Slight simplificationBjörn Stenberg
2002-04-27Added longname handlingBjörn Stenberg
2002-04-27Adapted to changed led APIBjörn Stenberg
2002-04-27Added fat_seek()Björn Stenberg
2002-04-27Added fat_open() and fat_read().Björn Stenberg
2002-04-27Added ata_spindown() and use of ALT_STATUS instead of STATUSBjörn Stenberg
2002-04-27Cluster chaining now works.Björn Stenberg
2002-04-26FAT updateBjörn Stenberg
2002-04-26Removed erroneous lcd_start callBjörn Stenberg
2002-04-26Simpler API and remove interrupt codeBjörn Stenberg