lwip-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-members] Newbie - LAN91C96 & mem_malloc


From: Jani Monoses
Subject: Re: [lwip-members] Newbie - LAN91C96 & mem_malloc
Date: Thu, 31 Jul 2003 14:26:26 +0300

> There are a few incomplete functions within ethernetif.c, where the
> user places their ethernet device specific routines. Has anybody
> written code to support the SMSC LAN91C96/91C94 ?

ethernetif.c is not uptodate 
for an example look at the cs8900 driver in contrib/ports/c16 or tapif
in the unix port

> mem_malloc - I assume the user has to use their own or use the OS
> equivalent. Unfortunately malloc isn't available on my platform has
> anybody any ideas ?

mem_malloc manages a statically allocated region of RAM no need for
exetrnal malloc. look in core/mem.c

Jani




reply via email to

[Prev in Thread] Current Thread [Next in Thread]