Update in order to use the new KBlock API.
[bertos.git] / bertos / io /
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.