[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] building lwip with pk
From: |
Jani Monoses |
Subject: |
Re: [lwip-devel] building lwip with pk |
Date: |
Wed, 7 Jan 2004 20:22:32 +0200 |
> I'm assuming is the stable branch. Do I just build the files a a
> library for the kernel and link them as the way to proceed here? I've
Yes.You have to write the sys_arch glue specific to your kernel first.
> got a couple of Ethernet drivers, I'm assuming I'll need to replace
> the buffering with the pbuf mechanism correct?
Yes, either replace the current mechanism or interface your drivers with
a lwip-type eth driver if the former would be too intrusive for now.
Look in the contrib module in CVS to see how various platforms are done.