Move kfile interface to the io/ directory.
[bertos.git] / bertos / cpu / avr / drv / flash_avr.h
2010-07-02 battMove kfile interface to the io/ directory.
2010-05-11 asterixAdd flash module. Refactor the cpu implementation.
2008-08-07 qwertRefactor FLASHAVR macro in FLASHAVR_CAST.
2008-08-05 qwertRe-Refactor code under new specs. FlashAvr.
2008-08-04 qwertRefactor KFileFlashAvr in FlashAvrKFile. Tested. It...
2008-07-18 qwertLittle re-indentation
2008-07-18 qwertRefactor code, "page_buf" moved into KFileFlashAvr...
2008-07-18 qwertRename "page_modified" variable in "page_dirty"
2008-07-18 qwertRefactor code, moved page_modified variable in KFileFla...
2008-07-18 qwertRefactoring code, start to implement specific variables...
2008-07-18 qwertLittle re-indentation
2008-07-17 qwertUpdated flash_avr module to support KFileFlashAvr structure
2008-07-17 qwertRemove deprecated flash_avr_test method and generic...
2008-07-17 qwertModified flash_avr module to work with new kfile interf...
2008-04-04 battMove also cpu/ to bertos/ :-).