index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
(
follow
)
Commit message (
Expand
)
Author
Age
*
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-06-04
*
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
2002-05-31
*
Added code from libc instead of requiring newlib
Björn Stenberg
2002-05-30
*
debugbuf and debugmembuf does not have to be global
Björn Stenberg
2002-05-30
*
Umm, bpb must be static to be local :)
Björn Stenberg
2002-05-30
*
struct bpb does not have to be global
Björn Stenberg
2002-05-30
*
Partition table is no longer global
Björn Stenberg
2002-05-30
*
removed char(un)def.h includes
Daniel Stenberg
2002-05-30
*
lcd_clear_display() now works when player-simulated the same way the
Daniel Stenberg
2002-05-30
*
removed the ugly use of char(un)def.h
Daniel Stenberg
2002-05-30
*
when building a simulator for the player, we do lcd_update() from within
Daniel Stenberg
2002-05-30
*
lcd_getfontsize() now takes an unsigned font size as first argument
Daniel Stenberg
2002-05-30
*
The recorder's lcd_putsxy() will now output '?' instead of just skipping
Daniel Stenberg
2002-05-30
*
Changed the size argument to be a size_t type, to make the prototype look
Daniel Stenberg
2002-05-30
*
define functions in sprintf.c
Felix Arends
2002-05-29
*
included sprintf.h for snprintf definition
Felix Arends
2002-05-29
*
Stopped writting outsite screen. Removed LCD_ASCII macro.
Björn Stenberg
2002-05-29
*
cas and cas2 not defined for simulator any more
Felix Arends
2002-05-29
*
Even better end-of-song handling. It might even work now...
Linus Nielsen Feltzing
2002-05-29
*
FAT cache now uses static memory
Björn Stenberg
2002-05-29
*
Boosted the volume. Now handles end-of-song better
Linus Nielsen Feltzing
2002-05-29
*
modified button_get() according to its new prototype, added lots of blurb
Daniel Stenberg
2002-05-29
*
New section for reset vectors
Linus Nielsen Feltzing
2002-05-29
*
New system_init function
Linus Nielsen Feltzing
2002-05-29
*
add the FILES file itself
Daniel Stenberg
2002-05-29
*
Optimized the bitswap function a little
Linus Nielsen Feltzing
2002-05-28
*
getack didn't clean up after a NAK
Linus Nielsen Feltzing
2002-05-28
*
Missing parenthesis
Linus Nielsen Feltzing
2002-05-28
*
Better stack and pool allocation
Linus Nielsen Feltzing
2002-05-28
*
create_thread now reserves room for PR on the stack
Linus Nielsen Feltzing
2002-05-28
*
Added interrupt names
Björn Stenberg
2002-05-28
*
Added 'block' parameter to button_get()
Björn Stenberg
2002-05-28
*
fat_seek couldn't seek in the first cluster
Linus Nielsen Feltzing
2002-05-27
*
Fixed endianness bug in getsonglength
Linus Nielsen Feltzing
2002-05-27
*
Bugfix: SEEK_END takes negative position
Björn Stenberg
2002-05-27
*
files included in tarball
Daniel Stenberg
2002-05-27
*
obsolete
Daniel Stenberg
2002-05-27
*
Commented out songlength() for now
Björn Stenberg
2002-05-27
*
Removed .stack section declaration
Linus Nielsen Feltzing
2002-05-27
*
Stack allocation lameness fixed
Linus Nielsen Feltzing
2002-05-27
[next]