Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
mbed-os/features/lwipstack/lwip/src/FILES@3:f3764f852aa8, 2018-10-11 (annotated)
- Committer:
- kadonotakashi
- Date:
- Thu Oct 11 02:27:46 2018 +0000
- Revision:
- 3:f3764f852aa8
- Parent:
- 0:8fdf9a60065b
Nucreo 446 + SSD1331 test version;
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| kadonotakashi | 0:8fdf9a60065b | 1 | api/ - The code for the high-level wrapper API. Not needed if |
| kadonotakashi | 0:8fdf9a60065b | 2 | you use the lowel-level call-back/raw API. |
| kadonotakashi | 0:8fdf9a60065b | 3 | |
| kadonotakashi | 0:8fdf9a60065b | 4 | apps/ - Higher layer applications that are specifically programmed |
| kadonotakashi | 0:8fdf9a60065b | 5 | with the lwIP low-level raw API. |
| kadonotakashi | 0:8fdf9a60065b | 6 | |
| kadonotakashi | 0:8fdf9a60065b | 7 | core/ - The core of the TPC/IP stack; protocol implementations, |
| kadonotakashi | 0:8fdf9a60065b | 8 | memory and buffer management, and the low-level raw API. |
| kadonotakashi | 0:8fdf9a60065b | 9 | |
| kadonotakashi | 0:8fdf9a60065b | 10 | include/ - lwIP include files. |
| kadonotakashi | 0:8fdf9a60065b | 11 | |
| kadonotakashi | 0:8fdf9a60065b | 12 | netif/ - Generic network interface device drivers are kept here. |
| kadonotakashi | 0:8fdf9a60065b | 13 | |
| kadonotakashi | 0:8fdf9a60065b | 14 | For more information on the various subdirectories, check the FILES |
| kadonotakashi | 0:8fdf9a60065b | 15 | file in each directory. |