X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Feeprom.c;h=1783eb4964f4e4b6de1a60234f17d99d76d34b3b;hb=57408cb30e19f535e59dc2f47418e032dbe59076;hp=4e7f615fe6068e8589a35482d4ecd6aa4f2c1cf1;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/drv/eeprom.c b/bertos/drv/eeprom.c index 4e7f615f..1783eb49 100644 --- a/bertos/drv/eeprom.c +++ b/bertos/drv/eeprom.c @@ -32,21 +32,26 @@ * * \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 // memset() @@ -339,3 +344,4 @@ void eeprom_test(void) } #endif // _DEBUG +#endif