From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17368 invoked by alias); 21 Jun 2011 15:59:55 -0000 Received: (qmail 17358 invoked by uid 22791); 21 Jun 2011 15:59:54 -0000 X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-ww0-f49.google.com (HELO mail-ww0-f49.google.com) (74.125.82.49) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 21 Jun 2011 15:59:39 +0000 Received: by wwf22 with SMTP id 22so2525594wwf.30 for ; Tue, 21 Jun 2011 08:59:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.237.155 with SMTP id y27mr933560weq.82.1308671977625; Tue, 21 Jun 2011 08:59:37 -0700 (PDT) Received: by 10.216.72.73 with HTTP; Tue, 21 Jun 2011 08:59:37 -0700 (PDT) Date: Tue, 21 Jun 2011 15:59:00 -0000 Message-ID: Subject: New driver package: STM32 I2C From: =?ISO-8859-1?Q?Martin_R=F6sch?= To: eCos devel Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-06/txt/msg00015.txt.bz2 Hi all, I have written an I2C driver for the STM32 microcontroller that I want to share. ATM only the I2C Master is implemented, using either interrupts or register polling. The attached patch file contains the driver package, the patches for ecos.db and ChangeLog, and a patch for the variant HAL header, adding the register definitions. I have also filed the patch in Bugzilla: http://bugs.ecos.sourceware.org/show_bug.cgi?id=3D1001268 Best regards, Martin R=F6sch