From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7966 invoked by alias); 1 Dec 2011 13:54:30 -0000 Received: (qmail 7956 invoked by uid 22791); 1 Dec 2011 13:54:29 -0000 X-SWARE-Spam-Status: No, hits=-3.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from r-finger.com (HELO r-finger.com) (178.79.160.5) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Dec 2011 13:54:12 +0000 Received: from [192.168.0.2] (host86-138-173-214.range86-138.btcentralplus.com [86.138.173.214]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by r-finger.com (Postfix) with ESMTPSA id EAC769C08 for ; Thu, 1 Dec 2011 13:54:10 +0000 (GMT) Message-ID: <4ED78702.3060600@r-finger.com> Date: Thu, 01 Dec 2011 13:54:00 -0000 From: Tomas Frydrych User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Icedove/3.1.13 MIME-Version: 1.0 To: ecos-devel@ecos.sourceware.org Subject: Re: i2c kinetis driver References: <4EC8F8D9.1060606@r-finger.com> <4EC93312.3070709@siva.com.mk> In-Reply-To: <4EC93312.3070709@siva.com.mk> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2011-12/txt/msg00000.txt.bz2 I put a patch into bugzilla, http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001397 Just basic i2c with 7 bit addressing for now. Don't know if it's worth registering as a project in it's own right? Tomas On 20/11/11 17:04, Ilija Kocho wrote: > Hi Tomas > > Thank you for jumping in. > It is indeed a good practice to put such questions here. I am not aware > of someone working on I2C for Kinetis. Having said that, I do work on > SPI driver. > Registering project(s) at http://ecos.sourceware.org/contrib.html may > help for duplication avoidance. > > Ilija > > > On 20.11.2011 13:55, Tomas Frydrych wrote: >> Hi, >> >> Is anyone working on an i2c driver for Kinetis? If not, I can look into >> porting the lm3s driver, but would prefer to avoid duplicating someone >> else's effort. :) >> >> Tomas