summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2002-05-08Added Stefan MeyerDaniel Stenberg1-0/+1
2002-05-08Added 'type' testcase for open/read/closeBjörn Stenberg2-6/+11
2002-05-08Fixed read() for sub-sector requestsBjörn Stenberg1-38/+70
2002-05-08Fixed EOF handlingBjörn Stenberg1-2/+8
2002-05-08sleep() always sleeps at least one tickLinus Nielsen Feltzing1-4/+4
2002-05-08Fixed lame timeout handling and wrong return codes.Linus Nielsen Feltzing1-5/+11
2002-05-08Fixed some debug outputLinus Nielsen Feltzing1-12/+12
2002-05-08uninitialised variable and better return code checkDaniel Stenberg1-2/+4
2002-05-07tick_start() now uses HZLinus Nielsen Feltzing1-1/+1
2002-05-07Killed a few bugs. Tested in target. Works fairly good.Linus Nielsen Feltzing1-10/+18
2002-05-07Create correct shortnamesBjörn Stenberg1-1/+9
2002-05-07Added open/close/read. read() only works on whole sectors right now.Björn Stenberg6-51/+230
2002-05-07Removed stray bad charBjörn Stenberg1-2/+2
2002-05-07if DIRFUNCTIONS_DEFINED is defined, then don't do the function prototypesDaniel Stenberg1-0/+4
2002-05-07load rockbox-mode in emacs!Daniel Stenberg1-0/+6
2002-05-07strtok_r() freshly implemented by yours trulyDaniel Stenberg1-0/+67
2002-05-06Minor commentingLinus Nielsen Feltzing1-4/+5
2002-05-06Added some prototypesLinus Nielsen Feltzing1-0/+2
2002-05-06Serial DMA worksLinus Nielsen Feltzing2-136/+129
2002-05-06fixed buffer overflow in setid3v1titleDave Chapman1-2/+2
2002-05-06Added note about strtok() not being thread safeBjörn Stenberg1-0/+1
2002-05-06Added atributesBjörn Stenberg1-0/+7
2002-05-06Fixed dir parsingBjörn Stenberg1-1/+2
2002-05-06compile as SIMULATORDaniel Stenberg1-1/+1
2002-05-06make debugf() do properly when SIMULATOR is defined, ignore the CRT_DISPLAYDaniel Stenberg1-5/+3
2002-05-06missing #define for VC++Stefan Meyer1-2/+2
2002-05-06Grammer correctionsRobert Hak1-3/+3
2002-05-06first docs! ;-)Daniel Stenberg1-0/+102
2002-05-06no more unistd.hDaniel Stenberg1-1/+0
2002-05-06Dave's addedDaniel Stenberg1-1/+2
2002-05-05corrected a few errorsLinus Nielsen Feltzing1-10/+10
2002-05-05Failed attempt to use DMALinus Nielsen Feltzing3-19/+51
2002-05-05*** empty log message ***Linus Nielsen Feltzing1-49/+0
2002-05-05Testing tick functionsLinus Nielsen Feltzing2-3/+18
2002-05-05corrected a prototypeLinus Nielsen Feltzing1-3/+3
2002-05-05Added tick and interrupt level functionsLinus Nielsen Feltzing2-0/+131
2002-05-05Disable interrupt only in targetLinus Nielsen Feltzing1-1/+3
2002-05-05Disable interruptLinus Nielsen Feltzing1-1/+4
2002-05-05*** empty log message ***Linus Nielsen Feltzing1-64/+0
2002-05-05Dave Chapman found a problem in the id3v1 tag reading, and providedDaniel Stenberg1-1/+1
2002-05-05removed read_file_into_buffer()Daniel Stenberg2-36/+0
2002-05-05modified protoDaniel Stenberg1-1/+1
2002-05-05Changed how indices are read from a playlist. We just can't read the fullDaniel Stenberg1-32/+24
2002-05-05using the new randomiser, this is_unused_random_in_list() function is notDaniel Stenberg1-31/+0
2002-05-05removed DOS newlines, made it use a static seed for better testsDaniel Stenberg1-7/+6
2002-05-05randomise_playlist() takes a seed argument nowDaniel Stenberg1-1/+1
2002-05-05adjusted to the differend LCDs and for no LCD at all... :-)Daniel Stenberg1-0/+8
2002-05-05Improved the randomise playlist function pretty major. This one will runDaniel Stenberg1-60/+16
2002-05-05builds wavey's playlist test harness on Linux/unixDaniel Stenberg1-0/+56
2002-05-05minor protection to not re-define O_RDONLY if it is already definedDaniel Stenberg1-0/+2