From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 374 invoked by alias); 22 Sep 2008 19:19:07 -0000 Received: (qmail 361 invoked by uid 9341); 22 Sep 2008 19:19:07 -0000 Date: Mon, 22 Sep 2008 19:19:00 -0000 Message-ID: <20080922191907.359.qmail@sourceware.org> From: asl@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/devs/i2c/arm/lpc2xxx/current Cha ... Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2008/txt/msg00223.txt.bz2 CVSROOT: /cvs/ecos Module name: ecos Changes by: asl@sourceware.org 2008-09-22 19:19:07 Modified files: packages/devs/i2c/arm/lpc2xxx/current: ChangeLog packages/devs/i2c/arm/lpc2xxx/current/cdl: i2c_lpc2xxx.cdl packages/devs/i2c/arm/lpc2xxx/current/src: i2c_lpc2xxx.c Added files: packages/devs/i2c/arm/lpc2xxx/current/include: i2c_lpc2xxx.h Log message: * src/i2c_lpc2xxx.c: Implemented support for multiple I2C busses Call DSR only if there is something to signal. Removed declaration of I2C bus via CYG_I2C_BUS() macro - this belongs in the platform HAL. * include/i2c_lpc2xxx.h: New file with macro definition of macro CYG_LPC2XXX_I2C_BUS() for I2C bus declaration by platform HAL * cdl/i2c_lpc2xxx.cdl: Added CYGHWR_DEVS_I2C_ARM_LPC2XXX_MULTIPLE_BUSES configuration option to support multiple I2C busses