index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
Age
Commit message (
Expand
)
Author
2002-06-12
typecast array indexing to int from char to prevent compiler warning
Daniel Stenberg
2002-06-12
fixed intptr_t to int, thanks to greg
Felix Arends
2002-06-12
Fixed tighter looping scroll.
Björn Stenberg
2002-06-12
Added I/O address detection for CONTROL/ALT_STATUS
Linus Nielsen Feltzing
2002-06-12
ata_read_sectors() couldn't read more that one sector
Linus Nielsen Feltzing
2002-06-12
Tighter scrolling
Björn Stenberg
2002-06-11
Skip initing LCD. Make scroll delay 1s.
Björn Stenberg
2002-06-11
Removed leftover int
Björn Stenberg
2002-06-11
Changed to new chartable arrays
Björn Stenberg
2002-06-11
Removed compiler warnings
Björn Stenberg
2002-06-11
Don't scroll lines shorter than the screen
Björn Stenberg
2002-06-10
Slower scroll speed
Linus Nielsen Feltzing
2002-06-10
lcd_init() for player too
Björn Stenberg
2002-06-10
Added #include <thread.h>
Björn Stenberg
2002-06-10
Added delay before starting scroll
Björn Stenberg
2002-06-10
Moved declarations to top
Björn Stenberg
2002-06-10
Added scrolling
Björn Stenberg
2002-06-10
mpeg_stop now calls close only if the file handle is valid
Linus Nielsen Feltzing
2002-06-10
Now stops loading from disk when mpeg_stop is called
Linus Nielsen Feltzing
2002-06-10
Added peek_next_track() proto to kill warnings
Daniel Stenberg
2002-06-07
Removed a warning
Linus Nielsen Feltzing
2002-06-07
Now honors the settings in config.h
Linus Nielsen Feltzing
2002-06-07
Added check for open-for-write
Linus Nielsen Feltzing
2002-06-07
Removed a warning
Linus Nielsen Feltzing
2002-06-07
Added init_threads function
Linus Nielsen Feltzing
2002-06-07
Temporarily disabled mpeg code on Recorder
Linus Nielsen Feltzing
2002-06-07
Changed default contrast to power-on default
Linus Nielsen Feltzing
2002-06-07
Killed a few warnings
Linus Nielsen Feltzing
2002-06-07
Killed a few warnings
Linus Nielsen Feltzing
2002-06-07
Removed some warnings
Linus Nielsen Feltzing
2002-06-07
Fixed poll interval handling
Linus Nielsen Feltzing
2002-06-07
Removed old recorder debounce code. Increased repeat speed.
Björn Stenberg
2002-06-07
Changed frequency for Recorder
Linus Nielsen Feltzing
2002-06-07
Wrong command address for Recorder
Linus Nielsen Feltzing
2002-06-06
the truncate lcd_puts() stuff in simulator only concerns player-style LCDs
Daniel Stenberg
2002-06-06
when doing lcd_puts() on a simulated player, we now truncate the string at
Daniel Stenberg
2002-06-05
Added file read error warning
Linus Nielsen Feltzing
2002-06-04
NOTE! the 'mp3entry' struct grew quite a bit now, as the previously static
Daniel Stenberg
2002-06-04
output debugf() nicely for simulator builds too
Daniel Stenberg
2002-06-04
playlist stuff is not firmware, it should be in the apps code. moving it
Daniel Stenberg
2002-06-04
The mpeg player could miss the last byte of a song
Linus Nielsen Feltzing
2002-06-04
Added some kernel docs
Linus Nielsen Feltzing
2002-06-04
Clarified the mutex code, renamed the NUM_TICK_TASKS macro
Linus Nielsen Feltzing
2002-06-04
Moved NUM_TICK_TASKS definition
Linus Nielsen Feltzing
2002-05-31
fixed a section bagder missed
Robert Hak
2002-05-31
Had to include <stddef.h> so that size_t is defined.
Felix Arends
2002-05-31
Keep playing current song even if we can't load next
Björn Stenberg
2002-05-31
remove compiler warnings by using '#ifdef DEBUG' on a large section
Daniel Stenberg
2002-05-31
Check for more files to play
Björn Stenberg
2002-05-31
Untranslated chars should be pass-through
Björn Stenberg
[next]