Add definitions for 24C32, 24C64 and 24C128 eeproms. Use the right eeprom type.
[bertos.git] / bertos / drv / eeprom.c
2012-01-11 asterixAdd definitions for 24C32, 24C64 and 24C128 eeproms...
2011-02-02 battTake into account also the start block on trimmed devices.
2010-08-06 asterixFix doxygen warning.
2010-08-05 asterixAdd comments.
2010-08-05 asterixAdd implement verify and erase functions and support...
2010-08-05 asterixClean up. Rename variable.
2010-08-03 asterixRefactor eeprom for kblock interface, for now disable...
2010-07-30 asterixAdd deprecared i2c api switch for eeprom. Silent warning.
2010-07-30 asterixMerged revisions 4004-4036,4039-4048,4050-4095,4097...
2010-07-22 asterixSVNSILENT
2010-07-20 asterixMerged revisions 4003-4037 via svnmerge from
2010-07-07 asterixUse recv instead get.
2010-06-04 battRemove #ifdef leftovers.
2010-06-03 battAdd support for 24XX1024 memories, fix some warnings.
2010-06-03 battAdd support for 24XX08 eeproms, signed-off by Giovanni...
2010-05-28 asterixRemove svn tag.
2010-05-26 battFix a bug found by Massimiliano Cialdi:
2009-09-07 battFix warning.
2008-10-06 battMerged from external project:
2008-09-10 battTypo.
2008-09-08 battRename macros.
2008-09-05 battUse correct type, change test condition.
2008-09-05 battRefactor eeprom driver to use kfile interface.
2008-08-13 bernieUse new header locations everywhere
2008-08-04 bernieRename myself
2008-06-16 asterixMark as TODO.
2008-05-27 asterixSpecific the directory for all hw and cfg module. Use...
2008-05-26 asterixUse configuration file instead appconfig. Reformat...
2008-05-26 asterixMove in corret dir.
2008-05-19 asterixThis drive is avr specific, so we rename it.
2008-04-04 battRefactor BeRTOS to be in his own directory.