lwip/proj/minimal
2003-01-08 11:03:54 +00:00
..
echo.c Updated lwIP module copyright years to include 2003. Committers must check theirs. 2003-01-08 10:09:39 +00:00
lwipopts.h Moved ETHARP_ALWAYS_INSERT switch to lwipopts.h 2003-01-08 11:03:54 +00:00
main.c Updated lwIP module copyright years to include 2003. Committers must check theirs. 2003-01-08 10:09:39 +00:00
Makefile Fixed COREFILES to reflect the tcp_input.c -> tcp_in.c and tcp_output.c -> tcp_out.c filename changes 2002-10-23 19:45:33 +00:00
mintapif.c Updated lwIP module copyright years to include 2003. Committers must check theirs. 2003-01-08 10:09:39 +00:00
mintapif.h Updated lwIP module copyright years to include 2003. Committers must check theirs. 2003-01-08 10:09:39 +00:00
README Initial revision 2002-10-19 12:59:30 +00:00

This is an example of a very minimal lwIP project. It runs in a single
thread and runs a single example application - an echo server. The
echo application is implemented using the raw API.