X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_i2c.h;h=ea599a810bd57531f4cdec79fbd7282d79b99b56;hb=6782cd93ae622b7e2a603ce069ceb84c5eb448b9;hp=fffe23d5eb79651894738173ab8f3d0559e4d409;hpb=4b3ac136e2d0ad9f1d1860b9ca1b355e242f0bb1;p=bertos.git diff --git a/bertos/cfg/cfg_i2c.h b/bertos/cfg/cfg_i2c.h index fffe23d5..ea599a81 100644 --- a/bertos/cfg/cfg_i2c.h +++ b/bertos/cfg/cfg_i2c.h @@ -32,8 +32,6 @@ * * \brief Configuration file for I2C module. * - * \version $Id$ - * * \author Daniele Basile */ @@ -48,8 +46,9 @@ #define CONFIG_I2C_FREQ 100000UL /** - * I2C start timeout: for how many milliseconds - * the twi_start should try to get an ACK before + * I2C start timeout. + * For how many milliseconds the i2c_start + * should try to get an ACK before * returning error. * * $WIZ$ type = "int" @@ -57,15 +56,11 @@ #define CONFIG_I2C_START_TIMEOUT 100 /** - * I2C driver can have 2 backends: - * I2C_BACKEND_BUILTIN: Use (if present) the builtin i2c hardware. - * I2C_BACKEND_BITBANG: Use the emulated bitbang driver. - * \see drv/i2c.h for more information. + * Check this to disable I2c deprecated API support. * - * $WIZ$ type = "enum", - * $WIZ$ value_list = "i2c_backend" + * $WIZ$ type = "boolean" */ -#define CONFIG_I2C_BACKEND I2C_BACKEND_BUILTIN +#define CONFIG_I2C_DISABLE_OLD_API 0 /** * Module logging level.