summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2002-06-12typecast array indexing to int from char to prevent compiler warningDaniel Stenberg
2002-06-12fixed intptr_t to int, thanks to gregFelix Arends
2002-06-12Fixed tighter looping scroll.Björn Stenberg
2002-06-12Added I/O address detection for CONTROL/ALT_STATUSLinus Nielsen Feltzing
2002-06-12ata_read_sectors() couldn't read more that one sectorLinus Nielsen Feltzing
2002-06-12Tighter scrollingBjörn Stenberg
2002-06-11Skip initing LCD. Make scroll delay 1s.Björn Stenberg
2002-06-11Removed leftover intBjörn Stenberg
2002-06-11Changed to new chartable arraysBjörn Stenberg
2002-06-11Removed compiler warningsBjörn Stenberg
2002-06-11Don't scroll lines shorter than the screenBjörn Stenberg
2002-06-10Slower scroll speedLinus Nielsen Feltzing
2002-06-10lcd_init() for player tooBjörn Stenberg
2002-06-10Added #include <thread.h>Björn Stenberg
2002-06-10Added delay before starting scrollBjörn Stenberg
2002-06-10Moved declarations to topBjörn Stenberg
2002-06-10Added scrollingBjörn Stenberg
2002-06-10mpeg_stop now calls close only if the file handle is validLinus Nielsen Feltzing
2002-06-10Now stops loading from disk when mpeg_stop is calledLinus Nielsen Feltzing
2002-06-10Added peek_next_track() proto to kill warningsDaniel Stenberg
2002-06-07Removed a warningLinus Nielsen Feltzing
2002-06-07Now honors the settings in config.hLinus Nielsen Feltzing
2002-06-07Added check for open-for-writeLinus Nielsen Feltzing
2002-06-07Removed a warningLinus Nielsen Feltzing
2002-06-07Added init_threads functionLinus Nielsen Feltzing
2002-06-07Temporarily disabled mpeg code on RecorderLinus Nielsen Feltzing
2002-06-07Changed default contrast to power-on defaultLinus Nielsen Feltzing
2002-06-07Killed a few warningsLinus Nielsen Feltzing
2002-06-07Killed a few warningsLinus Nielsen Feltzing
2002-06-07Removed some warningsLinus Nielsen Feltzing
2002-06-07Fixed poll interval handlingLinus Nielsen Feltzing
2002-06-07Removed old recorder debounce code. Increased repeat speed.Björn Stenberg
2002-06-07Changed frequency for RecorderLinus Nielsen Feltzing
2002-06-07Wrong command address for RecorderLinus Nielsen Feltzing
2002-06-06the truncate lcd_puts() stuff in simulator only concerns player-style LCDsDaniel Stenberg
2002-06-06when doing lcd_puts() on a simulated player, we now truncate the string atDaniel Stenberg
2002-06-05Added file read error warningLinus Nielsen Feltzing
2002-06-04NOTE! the 'mp3entry' struct grew quite a bit now, as the previously staticDaniel Stenberg
2002-06-04output debugf() nicely for simulator builds tooDaniel Stenberg
2002-06-04playlist stuff is not firmware, it should be in the apps code. moving itDaniel Stenberg
2002-06-04The mpeg player could miss the last byte of a songLinus Nielsen Feltzing
2002-06-04Added some kernel docsLinus Nielsen Feltzing
2002-06-04Clarified the mutex code, renamed the NUM_TICK_TASKS macroLinus Nielsen Feltzing
2002-06-04Moved NUM_TICK_TASKS definitionLinus Nielsen Feltzing
2002-05-31fixed a section bagder missedRobert Hak
2002-05-31Had to include <stddef.h> so that size_t is defined.Felix Arends
2002-05-31Keep playing current song even if we can't load nextBjörn Stenberg
2002-05-31remove compiler warnings by using '#ifdef DEBUG' on a large sectionDaniel Stenberg
2002-05-31Check for more files to playBjörn Stenberg
2002-05-31Untranslated chars should be pass-throughBjörn Stenberg