summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2002-06-07Changed default contrast to power-on defaultLinus Nielsen Feltzing1-1/+1
2002-06-07Removed some warningsLinus Nielsen Feltzing1-10/+4
2002-06-07Fixed poll interval handlingLinus Nielsen Feltzing1-4/+4
2002-06-07Removed old recorder debounce code. Increased repeat speed.Björn Stenberg1-49/+2
2002-06-07Wrong command address for RecorderLinus Nielsen Feltzing1-1/+1
2002-06-06the truncate lcd_puts() stuff in simulator only concerns player-style LCDsDaniel Stenberg1-1/+1
2002-06-06when doing lcd_puts() on a simulated player, we now truncate the string atDaniel Stenberg1-0/+12
2002-05-31Untranslated chars should be pass-throughBjörn Stenberg1-17/+17
2002-05-30Umm, bpb must be static to be local :)Björn Stenberg1-4/+1
2002-05-30struct bpb does not have to be globalBjörn Stenberg2-44/+43
2002-05-30removed char(un)def.h includesDaniel Stenberg1-8/+0
2002-05-30lcd_clear_display() now works when player-simulated the same way theDaniel Stenberg1-0/+5
2002-05-30removed the ugly use of char(un)def.hDaniel Stenberg1-9/+0
2002-05-30when building a simulator for the player, we do lcd_update() from withinDaniel Stenberg1-0/+5
2002-05-30lcd_getfontsize() now takes an unsigned font size as first argumentDaniel Stenberg2-2/+2
2002-05-30The recorder's lcd_putsxy() will now output '?' instead of just skippingDaniel Stenberg1-12/+16
2002-05-29Stopped writting outsite screen. Removed LCD_ASCII macro.Björn Stenberg1-4/+3
2002-05-29FAT cache now uses static memoryBjörn Stenberg1-35/+18
2002-05-28getack didn't clean up after a NAKLinus Nielsen Feltzing1-5/+5
2002-05-28Added 'block' parameter to button_get()Björn Stenberg2-3/+8
2002-05-27fat_seek couldn't seek in the first clusterLinus Nielsen Feltzing1-6/+1
2002-05-26Added lcd_double_height()Björn Stenberg2-0/+6
2002-05-24Clear 16 bytes per rowBjörn Stenberg1-1/+1
2002-05-24Disable USB before enabling ATABjörn Stenberg1-2/+2
2002-05-24Fixed wrong reset pin. Removed unnecessary reset from init.Björn Stenberg1-19/+8
2002-05-24lcd_update() is a function for bitmap LCD targets tooDaniel Stenberg1-1/+1
2002-05-24more data needed by the Recorder buildDaniel Stenberg1-0/+19
2002-05-23Added repeat handling. Removed CRLF newlines.Björn Stenberg1-7/+41
2002-05-23Added timer-interrupt polling and button queueBjörn Stenberg1-2/+35
2002-05-22Check for master/slave disk. Active 5s spindown timeout.Björn Stenberg1-6/+35
2002-05-21trying to clean up Recorder vs Player issuesRobert Hak2-6/+6
2002-05-20Added dummy lcd_update() to player code, to avoid #ifdef everywhereBjörn Stenberg2-1/+7
2002-05-17Doh! Button signals are active lowBjörn Stenberg1-6/+7
2002-05-16More readable commentLinus Nielsen Feltzing1-9/+9
2002-05-16Added mutex protectionLinus Nielsen Feltzing1-11/+69
2002-05-16Now yields when waiting for flow controlLinus Nielsen Feltzing1-3/+6
2002-05-16Changed default_read prototypeLinus Nielsen Feltzing2-5/+31
2002-05-16First versionLinus Nielsen Feltzing2-0/+106
2002-05-14Fixed compiler warningsBjörn Stenberg3-33/+6
2002-05-13C99 booleansLinus Nielsen Feltzing1-5/+6
2002-05-13Changing to C99 'bool'Björn Stenberg1-23/+23
2002-05-13Changing to C99 'bool' typeBjörn Stenberg3-3/+3
2002-05-11GRA1 was wrongly definedLinus Nielsen Feltzing1-2/+2
2002-05-10Changed puts() to take 'character position'Björn Stenberg2-9/+37
2002-05-09Removed a few annoying debugf callsLinus Nielsen Feltzing1-4/+0
2002-05-09Removed a few debugf callsLinus Nielsen Feltzing1-3/+0
2002-05-09get_next_cluster forgot to byteswap the FAT entry, among othersLinus Nielsen Feltzing1-6/+22
2002-05-09New cache algorithmLinus Nielsen Feltzing1-20/+71
2002-05-08Added lseek()Björn Stenberg1-14/+22
2002-05-08Fixed EOF handlingBjörn Stenberg1-2/+8