Move flash related flags to the flash driver; refactor accordingly.
[bertos.git] / bertos / io / kblock.h
2010-10-28 battMove flash related flags to the flash driver; refactor...
2010-10-22 lottavianoRemove doxygen tags from private structures.
2010-09-01 asterixAdd open mode flags.
2010-08-12 asterixAdd close sw implementation.
2010-08-11 asterixAdd tag for wizard.
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-20 asterixMerged revisions 4003-4037 via svnmerge from
2010-07-09 battAdd some documentation.
2010-07-05 battRemove readBlock method in order to simplify low level...
2010-07-03 battSet cache_dirty flag to be a bitmask; add accessors...
2010-07-03 battAdd unbuffered methods for accessing a KBlock.
2010-06-28 battRefactor interface in order to simplify user API access.
2010-06-28 battFixes warning.
2010-06-25 battAdd missing headers; fix typo.
2010-06-25 battAdd first stub of a generic block device interface.