summaryrefslogtreecommitdiff
path: root/firmware/test/fat/main.c
AgeCommit message (Expand)Author
2002-12-03Fat test code, for the archives.Björn Stenberg
2002-11-14Added close() return code checks, and an eof-write test.Björn Stenberg
2002-11-12Fixed file creation test case for new flags.Björn Stenberg
2002-11-11Added a truckload of test code.Björn Stenberg
2002-11-01Added remove()Björn Stenberg
2002-10-31Added lseek() to chkfile test.Björn Stenberg
2002-10-31Improved tests.Björn Stenberg
2002-10-31Fat writing update. File creation now works, though still only short filenames.Björn Stenberg
2002-10-30Remodeled as a test applicationBjörn Stenberg
2002-10-23'fat' is now a ommand-line test toolBjörn Stenberg
2002-10-22Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: Lo...Björn Stenberg
2002-10-20Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg
2002-10-15Fat32 test codeBjörn Stenberg
2002-08-08Storing the latest fat32 test codeBjörn Stenberg
2002-05-08Added lseek()Björn Stenberg
2002-05-08Added 'type' testcase for open/read/closeBjörn Stenberg
2002-05-07Added open/close/read. read() only works on whole sectors right now.Björn Stenberg
2002-05-03Added opendir, closedir and readdirBjörn Stenberg
2002-05-03Added disk/partition handlingBjörn Stenberg