From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5671 invoked by alias); 17 Apr 2009 08:34:09 -0000 Received: (qmail 5663 invoked by uid 22791); 17 Apr 2009 08:34:08 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mtaout01-winn.ispmail.ntl.com (HELO mtaout01-winn.ispmail.ntl.com) (81.103.221.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Apr 2009 08:34:03 +0000 Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090417083400.RTXO2989.mtaout01-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com>; Fri, 17 Apr 2009 09:34:00 +0100 Received: from cog.dallaway.org.uk ([86.9.207.237]) by aamtaout03-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090417083400.EITS2093.aamtaout03-winn.ispmail.ntl.com@cog.dallaway.org.uk>; Fri, 17 Apr 2009 09:34:00 +0100 Received: from cog.dallaway.org.uk (cog.dallaway.org.uk [127.0.0.1]) by cog.dallaway.org.uk (8.13.8/8.13.8) with ESMTP id n3H8XuwA001870; Fri, 17 Apr 2009 09:33:57 +0100 Message-ID: <49E83EF4.7040805@dallaway.org.uk> Date: Fri, 17 Apr 2009 08:34:00 -0000 From: John Dallaway User-Agent: Thunderbird 2.0.0.19 (X11/20090107) MIME-Version: 1.0 To: Nick Garnett CC: eCos Maintainers Subject: STM32 patches Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact ecos-maintainers-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-maintainers-owner@ecos.sourceware.org X-SW-Source: 2009-04/txt/msg00011.txt.bz2 Hi Nick Are you happy with these patches from Simon Kallweit for the STM32? John Dallaway -------- Original Message -------- Subject: STM32 flash driver fixes Date: Mon, 06 Apr 2009 11:15:31 +0200 From: Simon Kallweit To: eCos Patches List Newsgroups: gmane.os.ecos.patches Fixes two bugs in the STM32 flash driver. stm32_flash_get_block_info() now computes correct block base address. HSI is enabled for flash erase/program as stated in the manual. Also done some cleanup. -------- Original Message -------- Subject: STM32 diag driver fix Date: Tue, 07 Apr 2009 15:13:58 +0200 From: Simon Kallweit To: eCos Patches List Newsgroups: gmane.os.ecos.patches This patch fixes hal_stm32_serial_getc_timeout() for high baudrates. The original version lost bytes due to the long timeout.