summaryrefslogtreecommitdiffstats
path: root/firmware/test
AgeCommit message (Expand)AuthorFilesLines
2003-03-16initial test code for the snprintf() (and family) functionDaniel Stenberg2-0/+33
2003-03-10Updated with new export dirBjörn Stenberg1-4/+12
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg1-1/+0
2002-12-03Fat test code, for the archives.Björn Stenberg3-61/+90
2002-11-14Added close() return code checks, and an eof-write test.Björn Stenberg1-16/+55
2002-11-12Fixed file creation test case for new flags.Björn Stenberg1-1/+1
2002-11-11Added a truckload of test code.Björn Stenberg1-28/+238
2002-11-01Added remove()Björn Stenberg3-6/+27
2002-10-31Added lseek() to chkfile test.Björn Stenberg3-13/+38
2002-10-31Improved tests.Björn Stenberg3-25/+30
2002-10-31Fat writing update. File creation now works, though still only short filenames.Björn Stenberg3-29/+50
2002-10-30Remodeled as a test applicationBjörn Stenberg1-29/+95
2002-10-30Fat driver test scriptBjörn Stenberg1-0/+81
2002-10-23'fat' is now a ommand-line test toolBjörn Stenberg1-78/+70
2002-10-22Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: Lo...Björn Stenberg2-31/+19
2002-10-20Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg3-5/+79
2002-10-15Fat32 test codeBjörn Stenberg3-6/+36
2002-08-08Storing the latest fat32 test codeBjörn Stenberg3-45/+39
2002-05-17Now uses librockbox.aLinus Nielsen Feltzing1-23/+16
2002-05-16Added tone and volume controlLinus Nielsen Feltzing1-25/+119
2002-05-16Added dac.oLinus Nielsen Feltzing1-3/+3
2002-05-14Moved the malloc system into the firmware/malloc/ directory, removed theDaniel Stenberg10-1645/+10
2002-05-13Beginning of an mpeg threadLinus Nielsen Feltzing2-131/+228
2002-05-13malloc(), best-fit for big blocks, small blocks treated separately, allDaniel Stenberg12-0/+2110
2002-05-11Cleaned up a bitLinus Nielsen Feltzing2-7/+10
2002-05-11Playing whole song from hard diskLinus Nielsen Feltzing2-34/+186
2002-05-09Now loads a megabyte and plays itLinus Nielsen Feltzing1-2/+3
2002-05-09Now loads a song from disk and plays the first part of itLinus Nielsen Feltzing1-8/+51
2002-05-09Added disk reading codeLinus Nielsen Feltzing1-4/+8
2002-05-09Made it malloc friendly, and fixed the bss sectionLinus Nielsen Feltzing1-2/+3
2002-05-09More newlib malloc friendly. Proper bss section allocationLinus Nielsen Feltzing1-2/+3
2002-05-08Added lseek()Björn Stenberg1-1/+55
2002-05-08Added 'type' testcase for open/read/closeBjörn Stenberg2-6/+11
2002-05-07Added open/close/read. read() only works on whole sectors right now.Björn Stenberg2-48/+54
2002-05-06Minor commentingLinus Nielsen Feltzing1-4/+5
2002-05-06Serial DMA worksLinus Nielsen Feltzing2-136/+129
2002-05-06compile as SIMULATORDaniel Stenberg1-1/+1
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-05*** empty log message ***Linus Nielsen Feltzing1-64/+0
2002-05-05removed DOS newlines, made it use a static seed for better testsDaniel Stenberg1-7/+6
2002-05-05builds wavey's playlist test harness on Linux/unixDaniel Stenberg1-0/+56
2002-05-03Added opendir, closedir and readdirBjörn Stenberg2-25/+29
2002-05-03First sound checkLinus Nielsen Feltzing1-23/+64
2002-05-03Doubled the buffer sizeLinus Nielsen Feltzing1-5/+5
2002-05-03Added disk/partition handlingBjörn Stenberg3-12/+38
2002-05-02Early MP3 playing testLinus Nielsen Feltzing2-1/+89
2002-05-02Just to create a C array with mp3 dataLinus Nielsen Feltzing1-0/+31
2002-05-02New sprintf.Linus Nielsen Feltzing2-3/+4