Extra instructions for wolfssl-lwip-client.c
parent
0c9cd40b36
commit
62aa95568d
|
@ -153,5 +153,6 @@ You will also find `wolfssl-lwip-client.c`.
|
||||||
This example shows how to write a simple TLS client that uses the features
|
This example shows how to write a simple TLS client that uses the features
|
||||||
of the Analog Devices MAXQ1065 and 1080 USS. Note that this is not a
|
of the Analog Devices MAXQ1065 and 1080 USS. Note that this is not a
|
||||||
stand-alone application. This is part of an example that can be found in the
|
stand-alone application. This is part of an example that can be found in the
|
||||||
SDK supplied by Analog Devices.
|
SDK supplied by Analog Devices. Please contact Analog Devices and ask for
|
||||||
|
CodeFusion Studio Trusted Edge Security Architecture Installer.
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,8 @@
|
||||||
/* This example shows how to write a simple TLS client that uses the features
|
/* This example shows how to write a simple TLS client that uses the features
|
||||||
* of the Analog Devices MAXQ1065 and 1080 USS. Note that this is not a
|
* of the Analog Devices MAXQ1065 and 1080 USS. Note that this is not a
|
||||||
* stand-alone application. This is part of an example that can be found in the
|
* stand-alone application. This is part of an example that can be found in the
|
||||||
* SDK supplied by Analog Devices. */
|
* SDK supplied by Analog Devices. Please contact Analog Devices and ask for
|
||||||
|
* CodeFusion Studio Trusted Edge Security Architecture Installer. */
|
||||||
|
|
||||||
#include "lwip/opt.h"
|
#include "lwip/opt.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue