X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Ftriface%2Fexamples%2Ftriface%2Fcfg%2Fcfg_eeprom.h;fp=boards%2Ftriface%2Fexamples%2Ftriface%2Fcfg%2Fcfg_eeprom.h;h=b56c1f9c67373b940bdf326f1d291719f225db21;hb=9353ba417f0b0f2b12d8aca1c72fb0bb6e4e85ca;hp=0000000000000000000000000000000000000000;hpb=9fd3c727a7978547a583868f0bf9689d6dffc542;p=bertos.git diff --git a/boards/triface/examples/triface/cfg/cfg_eeprom.h b/boards/triface/examples/triface/cfg/cfg_eeprom.h new file mode 100644 index 00000000..b56c1f9c --- /dev/null +++ b/boards/triface/examples/triface/cfg/cfg_eeprom.h @@ -0,0 +1,64 @@ +/** + * \file + * + * + * \brief Configuration file for the Eeprom module. + * + * \author Daniele Basile + */ + +#ifndef CFG_EEPROM_H +#define CFG_EEPROM_H + +/** + * Module logging level. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" + */ +#define EEPROM_LOG_LEVEL LOG_LVL_INFO + +/** + * Module logging format. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" + */ +#define EEPROM_LOG_FORMAT LOG_FMT_TERSE + +/** + * Check this to disable Eeprom deprecated API support. + * + * $WIZ$ type = "boolean" + */ +#define CONFIG_EEPROM_DISABLE_OLD_API 0 + +#endif /* CFG_EEPROM_H */