source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/lwip-2.1.2/src/netif/ppp/polarssl/README

Last change on this file was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

File size: 825 bytes
Line 
1About PolarSSL files into lwIP PPP support
2------------------------------------------
3
4This folder contains some files fetched from the latest BSD release of
5the PolarSSL project (PolarSSL 0.10.1-bsd) for ciphers and encryption
6methods we need for lwIP PPP support.
7
8The PolarSSL files were cleaned to contain only the necessary struct
9fields and functions needed for lwIP.
10
11The PolarSSL API was not changed at all, so if you are already using
12PolarSSL you can choose to skip the compilation of the included PolarSSL
13library into lwIP.
14
15If you are not using the embedded copy you must include external
16libraries into your arch/cc.h port file.
17
18Beware of the stack requirements which can be a lot larger if you are not
19using our cleaned PolarSSL library.
20
21
22PolarSSL project website: http://polarssl.org/
Note: See TracBrowser for help on using the repository browser.