summaryrefslogtreecommitdiff
path: root/firmware/drivers
AgeCommit message (Expand)Author
2002-05-30Umm, bpb must be static to be local :)Björn Stenberg
2002-05-30struct bpb does not have to be globalBjörn Stenberg
2002-05-30removed char(un)def.h includesDaniel Stenberg
2002-05-30lcd_clear_display() now works when player-simulated the same way theDaniel Stenberg
2002-05-30removed the ugly use of char(un)def.hDaniel Stenberg
2002-05-30when building a simulator for the player, we do lcd_update() from withinDaniel Stenberg
2002-05-30lcd_getfontsize() now takes an unsigned font size as first argumentDaniel Stenberg
2002-05-30The recorder's lcd_putsxy() will now output '?' instead of just skippingDaniel Stenberg
2002-05-29Stopped writting outsite screen. Removed LCD_ASCII macro.Björn Stenberg
2002-05-29FAT cache now uses static memoryBjörn Stenberg
2002-05-28getack didn't clean up after a NAKLinus Nielsen Feltzing
2002-05-28Added 'block' parameter to button_get()Björn Stenberg
2002-05-27fat_seek couldn't seek in the first clusterLinus Nielsen Feltzing
2002-05-26Added lcd_double_height()Björn Stenberg
2002-05-24Clear 16 bytes per rowBjörn Stenberg
2002-05-24Disable USB before enabling ATABjörn Stenberg
2002-05-24Fixed wrong reset pin. Removed unnecessary reset from init.Björn Stenberg
2002-05-24lcd_update() is a function for bitmap LCD targets tooDaniel Stenberg
2002-05-24more data needed by the Recorder buildDaniel Stenberg
2002-05-23Added repeat handling. Removed CRLF newlines.Björn Stenberg
2002-05-23Added timer-interrupt polling and button queueBjörn Stenberg
2002-05-22Check for master/slave disk. Active 5s spindown timeout.Björn Stenberg
2002-05-21trying to clean up Recorder vs Player issuesRobert Hak
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