mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-14 00:54:18 +00:00
14 lines
405 B
Plaintext
14 lines
405 B
Plaintext
|
api/ - The code for the API.
|
||
|
|
||
|
arch/ - Architectural specific files are kept here.
|
||
|
|
||
|
core/ - The core files including protocol implementations, memory
|
||
|
and buffer management etc.
|
||
|
|
||
|
include/ - lwIP include files.
|
||
|
|
||
|
netif/ - Generic network interface device drivers are kept here.
|
||
|
|
||
|
For more information on the various subdirectories, check the FILES
|
||
|
file in each directory.
|