This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: httpd running on LWIP over SLIP using eCos.


On 8/29/06, David Ho <davidkwho@gmail.com> wrote:
Note this configuration is specific to the ARM AT91 target.

The changes of interest are,

1. Serial port is made blocking as opposed to non-blocking.
2. mboxt implementation of mbox is used as opposed to mboxt2.
3. Routed diagnostics to RAM buffer.
4. Serial port buffer size is increased to fit the largest IP packet.
5. Reduced pbuf pool size from 60 to 8.

David

And finally, the httpd is run as an application, largely borrowed from packages/net/lwip_tcpip/current/tests/httpd.c.

David

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]