Add KFile over a KBlock device (first implementation).
[bertos.git] / bertos / io /
2010-08-02 battAdd KFile over a KBlock device (first implementation).
2010-08-02 battUpdate doc.
2010-08-02 battChange clearerr prototype; Automatically flush the...
2010-07-30 battAdd support for devices which can partial write a block.
2010-07-30 asterixMerged revisions 4004-4036,4039-4048,4050-4095,4097...
2010-07-24 battFlush kfile in generic kfile_close implementation.
2010-07-20 asterixMerged revisions 4003-4037 via svnmerge from
2010-07-09 battReformat; Optimize flush.
2010-07-09 battAdd some documentation.
2010-07-05 battUpdate to latest KBlock low level API.
2010-07-05 battRemove readBlock method in order to simplify low level...
2010-07-05 battAdd newline at end of file.
2010-07-03 battSet cache_dirty flag to be a bitmask; add accessors...
2010-07-03 battUpdate in order to use the new KBlock API.
2010-07-03 battAdd unbuffered methods for accessing a KBlock.
2010-07-02 battRemove \version svn tag.
2010-07-02 battMove kfile interface to the io/ directory.
2010-07-01 battRead/Write only one block at a time.
2010-07-01 battLoad first page.
2010-07-01 battAdd kblock over a file (using libc functions).
2010-07-01 battAdd block start address even in direct Reads, add some...
2010-06-28 battRefactor interface in order to simplify user API access.
2010-06-28 battAdd class type, fix copyright year.
2010-06-28 battFixes warning.
2010-06-25 battAdd kblock over a ram buffer wrapper.
2010-06-25 battAdd missing headers; fix typo.
2010-06-25 battAdd first stub of a generic block device interface.