mbed-os for GR-LYCHEE

Dependents:   mbed-os-example-blinky-gr-lychee GR-Boads_Camera_sample GR-Boards_Audio_Recoder GR-Boads_Camera_DisplayApp ... more

Committer:
dkato
Date:
Fri Feb 02 05:42:23 2018 +0000
Revision:
0:f782d9c66c49
mbed-os for GR-LYCHEE

Who changed what in which revision?

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