From 62aa95568d8d9dcbc3bd3a44daa6a48a0d251447 Mon Sep 17 00:00:00 2001 From: Anthony Hu Date: Tue, 24 Sep 2024 09:53:11 -0400 Subject: [PATCH] Extra instructions for wolfssl-lwip-client.c --- maxq10xx/README.md | 3 ++- maxq10xx/wolfssl-lwip-client.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/maxq10xx/README.md b/maxq10xx/README.md index f881b427..64d91ab1 100644 --- a/maxq10xx/README.md +++ b/maxq10xx/README.md @@ -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 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 -SDK supplied by Analog Devices. +SDK supplied by Analog Devices. Please contact Analog Devices and ask for +CodeFusion Studio Trusted Edge Security Architecture Installer. diff --git a/maxq10xx/wolfssl-lwip-client.c b/maxq10xx/wolfssl-lwip-client.c index 52de497f..5d5798a6 100644 --- a/maxq10xx/wolfssl-lwip-client.c +++ b/maxq10xx/wolfssl-lwip-client.c @@ -24,7 +24,8 @@ /* 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 * 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"