Move kfile interface to the io/ directory.
[bertos.git] / bertos / drv / dataflash.c
2010-07-02 battMove kfile interface to the io/ directory.
2010-07-01 battDisable old BattFS interface in dataflash.
2009-04-15 duploChange properties
2008-11-07 battMerged from external project:
2008-10-23 battMerged from external project:
2008-10-21 battMerged from external project:
2008-10-21 battMerged from external project:
2008-08-25 berniekfile_size_t: kill and replace with kfile_off_t
2008-08-11 berniecpu_relax(): New function.
2008-08-10 bernieproc_yield(): Rename from proc_switch()
2008-08-10 bernielog: Retouch documentation; Rearrenge level logic;...
2008-08-07 qwertRefactor DATAFLASH macro in DATAFLASH_CAST
2008-08-06 qwertRefactor Dataflash macro to the new name specs.
2008-08-05 qwertRefactor Dataflash and Flash25 struct.
2008-08-04 qwertRefactor KFileDataFlash in DataFlashKFile. Tested and...
2008-06-16 asterixCast to unsignet type.
2008-06-11 asterixCast to correct type for comparison.
2008-06-05 asterixAdd test module for dataflash. Add cfg and use log...
2008-05-26 asterixCast some variable to corret size type.
2008-05-22 battsigned-off-by: Paolo Desii <paolo.desii@powersoft.it>
2008-05-20 asterixReformat.
2008-05-15 asterixRemove unneeded include.
2008-05-13 asterixComply module name to file name.
2008-04-04 battRefactor BeRTOS to be in his own directory.