From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 855 invoked by alias); 21 Nov 2008 17:12:37 -0000 Received: (qmail 776 invoked by uid 22791); 21 Nov 2008 17:12:37 -0000 X-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mail04.solnet.ch (HELO mail04.solnet.ch) (212.101.4.138) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 21 Nov 2008 17:11:56 +0000 X-Virus-Scanned: by SolNet-Check at mail04.solnet.ch Received: from mail04.solnet.ch ([127.0.0.1]) by localhost (mail04.solnet.ch [127.0.0.1]) (SolNet-Check, port 10024) with LMTP id ph9dBGMAiR5n; Fri, 21 Nov 2008 17:11:52 +0000 (UTC) Received: from beta.intefo.ch (static-212-101-18-64.adsl.solnet.ch [212.101.18.64]) by mail04.solnet.ch (Postfix) with ESMTP id CABD08628A; Fri, 21 Nov 2008 17:11:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at beta.intefo.ch Received: from beta.intefo.ch ([127.0.0.1]) by localhost (beta.intefo.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id q6Hnu+H3VxVs; Fri, 21 Nov 2008 18:11:52 +0100 (CET) Received: from [192.168.1.20] (simon.intefo.ch [192.168.1.20]) by beta.intefo.ch (Postfix) with ESMTP id 3B6067700E7; Fri, 21 Nov 2008 18:11:52 +0100 (CET) Message-ID: <4926EBF8.5060708@intefo.ch> Date: Fri, 21 Nov 2008 17:12:00 -0000 From: Simon Kallweit User-Agent: Thunderbird 2.0.0.17 (X11/20080925) MIME-Version: 1.0 To: "Frank J. Beckmann" CC: "ecos-devel@ecos.sourceware.org" Subject: Re: lwIP References: <4926E654.2050302@barda.agala.net> <4926E76F.70307@intefo.ch> In-Reply-To: <4926E76F.70307@intefo.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: 2008-11/txt/msg00052.txt.bz2 Simon Kallweit wrote: > Frank J. Beckmann wrote: >> Hello, >> >> are there plans for updating eCos' lwIP port to a more recent version? > > I was planning on doing that, if it's not already planned for the ecos > 3.0 release. I don't know if eCosCentric has a more up-to-date port. > I'm currently working on a GSM/GPRS service for our STM32 based > boards, which has to be quite memory efficient. I'm planning on using > lwIP, and if there are features not currently available in the port, I > guess I'm forced to do a port of a more up-to-date release. I just had a quick look of the lwIP in the current ECOS version. It differs just very slightly from the actual lwIP 1.1.1 release, not many changes. I guess an update to a more recent lwIP version should be pretty simple and straight forward. I'll start working on it in around a week, have to get my GSM modem working first :) Simon