mbed-os

Fork of mbed-os by erkin yucel

Committer:
elessair
Date:
Sun Oct 23 15:10:02 2016 +0000
Revision:
0:f269e3021894
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
elessair 0:f269e3021894 1 api/ - The code for the high-level wrapper API. Not needed if
elessair 0:f269e3021894 2 you use the lowel-level call-back/raw API.
elessair 0:f269e3021894 3
elessair 0:f269e3021894 4 core/ - The core of the TPC/IP stack; protocol implementations,
elessair 0:f269e3021894 5 memory and buffer management, and the low-level raw API.
elessair 0:f269e3021894 6
elessair 0:f269e3021894 7 include/ - lwIP include files.
elessair 0:f269e3021894 8
elessair 0:f269e3021894 9 netif/ - Generic network interface device drivers are kept here,
elessair 0:f269e3021894 10 as well as the ARP module.
elessair 0:f269e3021894 11
elessair 0:f269e3021894 12 For more information on the various subdirectories, check the FILES
elessair 0:f269e3021894 13 file in each directory.