Move flash related flags to the flash driver; refactor accordingly.
[bertos.git] / bertos / cpu / arm / drv / flash_at91.c
2010-10-28 battMove flash related flags to the flash driver; refactor...
2010-09-10 asterixConsider the offset when read directly into flash memory.
2010-09-10 asterixRemove unneeded assert.
2010-09-01 asterixComply to new api.
2010-08-12 asterixRead/write from real address. Fix address increasing...
2010-08-11 asterixReformat to kblock api.
2010-07-02 battMove kfile interface to the io/ directory.
2010-06-21 battSave some RAM space.
2010-06-18 battRefactor and optimize code.
2010-06-18 battRemove redundant code.
2010-05-11 asterixAdd flash module. Refactor the cpu implementation.
2010-03-03 asterixAdd at91sam7 flash driver.