This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

lwiplib design choice

lwiplib (starterware 2.0.0.7) was built as a .c file with all of the core tcp/ip stack functions included.

It was not built as a "library" project where all of the source files are linked to the project (like usb, or platform or...)

From a project design standpoint I was wondering why this choice was made the way it was.
This information would be useful in designing our own projects.

Thanks, Jon