summaryrefslogtreecommitdiff
path: root/firmware/test/fat/main.c (follow)
Commit message (Expand)AuthorAge
* Make fat test tool build again, and make its sector size configurable.Frank Gevaerts2014-01-03
* Cleanup MV/MD macros a little.Michael Sevakis2013-08-17
* Fix fat test program not compiling (FS#12646).Marcin Bukat2012-05-08
* Made the fat test code compile again.Björn Stenberg2011-02-28
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts2009-07-17
* Display return code.Björn Stenberg2005-04-18
* FAT test case builds againBjörn Stenberg2005-04-18
* prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn2004-12-28
* test code portable nowJörg Hohensohn2004-10-01
* Added rmdir, and changed atoi() to strtol(), to be able to enter hex values a...Linus Nielsen Feltzing2004-04-16
* Minor corrections for the mkdir function, and some cleanupLinus Nielsen Feltzing2004-04-15
* Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing2004-01-15
* Fat test code, for the archives.Björn Stenberg2002-12-03
* Added close() return code checks, and an eof-write test.Björn Stenberg2002-11-14
* Fixed file creation test case for new flags.Björn Stenberg2002-11-12
* Added a truckload of test code.Björn Stenberg2002-11-11
* Added remove()Björn Stenberg2002-11-01
* Added lseek() to chkfile test.Björn Stenberg2002-10-31
* Improved tests.Björn Stenberg2002-10-31
* Fat writing update. File creation now works, though still only short filenames.Björn Stenberg2002-10-31
* Remodeled as a test applicationBjörn Stenberg2002-10-30
* 'fat' is now a ommand-line test toolBjörn Stenberg2002-10-23
* Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: Lo...Björn Stenberg2002-10-22
* Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg2002-10-20
* Fat32 test codeBjörn Stenberg2002-10-15
* Storing the latest fat32 test codeBjörn Stenberg2002-08-08
* Added lseek()Björn Stenberg2002-05-08
* Added 'type' testcase for open/read/closeBjörn Stenberg2002-05-08
* Added open/close/read. read() only works on whole sectors right now.Björn Stenberg2002-05-07
* Added opendir, closedir and readdirBjörn Stenberg2002-05-03
* Added disk/partition handlingBjörn Stenberg2002-05-03