X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Feeprom.c;h=7caac605ff3981b405d79a60e8693ac33e80219b;hb=6247757aed220bcf284499b486898c76b8d69848;hp=4e7f615fe6068e8589a35482d4ecd6aa4f2c1cf1;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/drv/eeprom.c b/bertos/drv/eeprom.c index 4e7f615f..7caac605 100644 --- a/bertos/drv/eeprom.c +++ b/bertos/drv/eeprom.c @@ -32,22 +32,27 @@ * * \brief Driver for the 24xx16 and 24xx256 I2C EEPROMS (implementation) * - * \note This implementation is AVR specific. * * \version $Id$ * \author Stefano Fedrigo - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #include "eeprom.h" -#include -#include // CONFIG_EEPROM_VERIFY +#warning TODO:Test and complete this module for arm platform. + +#if 0 +#include "cfg/cfg_eeprom.h" // CONFIG_EEPROM_VERIFY #include // MIN() +#include + #include #include CPU_HEADER(twi) + #include -#include // cpu_to_be16() + +#include // cpu_to_be16() #include // memset() @@ -339,3 +344,4 @@ void eeprom_test(void) } #endif // _DEBUG +#endif