Split test suite in new file.
[bertos.git] / kern / kfile.c
2008-03-17 asterixSplit test suite in new file.
2008-02-19 battFix typos from Bernie's review.
2008-02-16 battkfile_genericSeek: fix seek_end start position.
2008-02-15 battAdd kfile_genericReopen.
2008-01-16 asterixRefactor kfile interface.
2007-11-29 asterixRemove unneeded debug message. Fix test function.
2007-11-29 asterixUse kfile_off_t instead int32_t. Fix comment.
2007-11-29 asterixAdd include appconfig.
2007-11-29 asterixPaste. Fix test prototype. Remove unneeded code. Add...
2007-11-29 asterixAdd a generic implentation o seek function. Add test...
2007-11-29 asterixAdd generic test for kfile interface.