[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] New to lwip. Where is uIP?
From: |
Simon Goldschmidt |
Subject: |
Re: [lwip-users] New to lwip. Where is uIP? |
Date: |
Tue, 8 Nov 2011 06:12:46 +0100 |
Patrick Suteja Teh <address@hidden> wrote:
> Where is uIP main website? When I google it, it re-directs me to Contiki OS.
> I know Contiki OS is using uIP but does uIP have separate development branch
> or is it now really part of Contiki OS?
No idea, uIP has nothing to do with lwIP except for the name and the original
author.
> I'm trying to port lwip to PIC24 that has 128K Flash and 8K memory, no
> underlying OS just a single threaded core, C30 compiler, expecting running
> TCP/IP over SLIP. I can remove ARP, Ethernet driver and UDP. Is it possible?
That should be possible, yes. I just ran lwIP on an AVR with 64K flash and 8K
SRAM. The amount of SRAM is not much though, so you might have to know how to
configure lwipopts.h that it fits.
Simon