Add definitions for 24C32, 24C64 and 24C128 eeproms. Use the right eeprom type.
[bertos.git] / bertos / drv / eeprom.h
index 063c3d4d8a25818a7b50335da1d1e25d60e4d5a2..accbba6f83eb88365f4b5446b2e8ab1b7e512b8e 100644 (file)
@@ -36,6 +36,7 @@
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
  * $WIZ$ module_name = "eeprom"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_eeprom.h"
  * $WIZ$ module_depends = "kfile", "kfile_block", "kblock", "i2c"
  */
 
@@ -71,6 +72,9 @@ typedef enum EepromType
 {
        EEPROM_24XX08,
        EEPROM_24XX16,
+       EEPROM_24XX32,
+       EEPROM_24XX64,
+       EEPROM_24XX128,
        EEPROM_24XX256,
        EEPROM_24XX512,
        EEPROM_24XX1024,