From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1908 invoked by alias); 29 Aug 2006 17:05:47 -0000 Received: (qmail 1900 invoked by uid 22791); 29 Aug 2006 17:05:47 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from rubicon.hasler.ascom.ch (HELO rubicon.hasler.ascom.ch) (139.79.129.1) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 29 Aug 2006 17:05:40 +0000 Received: from eiger.ma.tech.ascom.ch (eiger.ma.tech.ascom.ch [139.79.100.1]) by rubicon.hasler.ascom.ch (8.12.9-20030924/8.12.9) with ESMTP id k7TH5btE029227; Tue, 29 Aug 2006 19:05:37 +0200 (MEST) Received: from [139.79.100.143] (helo=donkey.ma.tech.ascom.ch) by eiger.ma.tech.ascom.ch with esmtp (Exim 3.16 #1) id 1GI71q-0004YT-00; Tue, 29 Aug 2006 19:05:34 +0200 Received: from lunn by donkey.ma.tech.ascom.ch with local (Exim 3.36 #1 (Debian)) id 1GI71r-0002fJ-00; Tue, 29 Aug 2006 19:05:35 +0200 Date: Tue, 29 Aug 2006 17:05:00 -0000 To: david.barrass@geo-track.co.uk Cc: ecos-maintainers@ecos.sourceware.org Subject: Re: eCos for AVR32 Message-ID: <20060829170535.GP27259@donkey.ma.tech.ascom.ch> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) From: Andrew Lunn X-IsSubscribed: yes Mailing-List: contact ecos-maintainers-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-maintainers-owner@ecos.sourceware.org X-SW-Source: 2006-08/txt/msg00002.txt.bz2 On Tue, Aug 29, 2006 at 05:00:26PM +0000, david.barrass@geo-track.co.uk wrote: > Hi, > > I am currently playing with a development kit for the Atmel AVR32 > processor which is running Linux. I was wondering if you know whether > anyone is working on a port of eCos to this architecture. Not that i know of. It might be worth asking on the ecos-discuss mailing list. > If not, I > would be interested in doing the port. Where do the porting/CVS useage > guidelines live? There is a HAL porting guide as part of the main reference manual: http://ecos.sourceware.org/docs-latest/ref/hal-porting-guide.html And there is information about anoncvs access at: http://ecos.sourceware.org/anoncvs.html Andrew