Update preset.
[bertos.git] / bertos / io /
2011-12-09 battMake kfile_test global variables static in order to...
2011-05-10 alephreblock: fix name for wizard
2011-05-08 alephNew module: KBlock block size reducer
2011-02-11 lottavianoWhite space fixes.
2011-02-03 battLoad new page only on buffered devices.
2011-02-02 battCorrectly handle reading/writing after EOF.
2011-02-02 battAdd new function: kfile_copy().
2010-12-06 lottavianodoc: Clarify kfile_read() behaviour.
2010-11-23 lottavianoMerged from external project:
2010-11-23 lottavianodoc: Specify error codes returned by kblock_error().
2010-11-19 lottavianodoc: Add KFileBlock group and put a reference into...
2010-11-12 lottavianodoc: Refactor documentation and add OOP basics.
2010-11-10 lottavianodoc: Added group definitions for most common modules.
2010-10-28 battMove flash related flags to the flash driver; refactor...
2010-10-24 lottavianodoc: Reorder KFile interface functions, add documentation.
2010-10-24 lottavianoRemove unneeded compile time check.
2010-10-24 lottavianodoc: Remove doxygen tags to internal typedefs; add...
2010-10-22 lottavianoRemove doxygen tags from private structures.
2010-09-01 asterixAdd open mode flags.
2010-08-31 asterixSilent some warning.
2010-08-12 battTypo.
2010-08-12 asterixAdd close sw implementation.
2010-08-12 asterixFix sw load and store. Fix log print. Add comments.
2010-08-11 asterixAdd tag for wizard.
2010-08-05 asterixReformat.
2010-08-05 asterixFix doxygen warning.
2010-08-05 asterixFix typo in kblock posix. Comply battfs test to new...
2010-08-04 asterixWrite or read buffer in block size chunk.
2010-08-04 asterixComply all functions and types to new name.
2010-08-04 asterixRename kblock on posix file to appropriate name.
2010-08-02 battAdd documentation; remove ASSERT on partial write.
2010-08-02 battAdd documentation; remove ASSERT on partial write.berto...
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.