From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8420 invoked by alias); 1 Mar 2013 21:48:17 -0000 Received: (qmail 8399 invoked by uid 22791); 1 Mar 2013 21:48:15 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Mar 2013 21:48:07 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id 6FEA0468001C for ; Fri, 1 Mar 2013 21:48:06 +0000 (GMT) Received: from mail.ecoscentric.com ([127.0.0.1]) by localhost (hagrid.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eSScYcS9t19S; Fri, 1 Mar 2013 21:48:02 +0000 (GMT) From: bugzilla-daemon@ecoscentric.com To: ecos-patches@sourceware.org Subject: Patch_or_Contribution granted: [Issue 1001783] Kinetis variant HAL patch: mostly cosmetic and descriptive improvements Date: Fri, 01 Mar 2013 21:48:00 -0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://bugzilla.ecoscentric.com/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Mailing-List: contact ecos-patches-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-patches-owner@ecos.sourceware.org X-SW-Source: 2013-03/txt/msg00001.txt.bz2 Jonathan Larmour has granted Patch_or_Contribution: Issue 1001783: Kinetis variant HAL patch: mostly cosmetic and descriptive improvements https://bugzilla.ecoscentric.com/show_bug.cgi?id=3D1001783 ------- Additional Comments from Jonathan Larmour A colleague has been working on the Kinetis HAL to just do some tidies and little improvements (I said I'd do it in bug 1001607 but he's doing it inst= ead now). Due to the eccentricities of eCosCentric's FSF assignment, I have to = post it here, not him, so here it is attached. The description: Author: James G. Smith Date: Wed Feb 20 12:40:09 GMT 2013 Cosmetic changes: - Primarily this patch is a fix-up of the english language descriptions in CDL. Functional changes: - The clocking CDL is updated to remove "requires" checking for RTC against the OSC1 setting, since the option not applicable. - Use CYGBLD_FORCE_INLINE for header-defined inline functions.