Skip to content

Commit 2f6ffa4

Browse files
committed
Clean up to fit Arduino library source structure
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent a645360 commit 2f6ffa4

File tree

3 files changed

+9
-200
lines changed

3 files changed

+9
-200
lines changed

FILES

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
src/ - The source code for the lwIP TCP/IP stack.
2-
doc/ - The documentation for lwIP.
3-
test/ - Some code to test whether the sources do what they should.
1+
api/ - The code for the high-level wrapper API. Not needed if
2+
you use the lowel-level call-back/raw API.
43

5-
See also the FILES file in each subdirectory.
4+
core/ - The core of the TPC/IP stack; protocol implementations,
5+
memory and buffer management, and the low-level raw API.
6+
7+
netif/ - Generic network interface device drivers are kept here.
8+
9+
For more information on the various subdirectories, check the FILES
10+
file in each directory.

src/FILES

-15
This file was deleted.

src/Filelists.mk

-181
This file was deleted.

0 commit comments

Comments
 (0)