From 85ec62056953fc639c17d93e9467935e94e50971 Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Fri, 9 Jul 2021 07:23:20 +0900 Subject: [PATCH] Add README.md under IAE=EWARM/Projects, fix include.am --- ide/IAR-EWARM/Projects/README.md | 35 ++++++++++++++++++++++++++++++++ ide/IAR-EWARM/include.am | 1 - 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100755 ide/IAR-EWARM/Projects/README.md diff --git a/ide/IAR-EWARM/Projects/README.md b/ide/IAR-EWARM/Projects/README.md new file mode 100755 index 00000000..aa57f753 --- /dev/null +++ b/ide/IAR-EWARM/Projects/README.md @@ -0,0 +1,35 @@ +# wolfSSH Example echoServer Setup Guide + +wolfSSH exhoserver example works with wolfSSL and wolfSSH library. + +## 1) Source file location + +Put wolfSSL and wolfSSH files under a working directory in parallel +with the directory name of "wolfssl" and "wolfssh". + +#### \/wolfssl +#### \/wolfssh + +## 2) Open projects + +Open wolfSSL workspace and add wolfSSH lib and echoserver project. + +#### \/wolfssl/IDE/IAR-EWARM/Projects/wolfssl.eww +#### \/wolfssh/ide/IAR-EWARM/Projects/lib/wolfSSH-Lib.ewp +#### \/wolfssh/ide/IAR-EWARM/Projects/echoserver/echoserver.ewp + +### 3) Test build of projects + +Select project and Make of wolfSSL-Lib, wolfSSH-Lib and echoserver project respectively with default options. + + +### 4) Modify echoserver.c for your target platform + +Configuration Openstions are in user_setings.h under each "Projects" directory + +#### \/wolfssl/IDE/IAR-EWARM/Projects/user_setings.h +#### \/wolfssh/ide/IAR-EWARM/Projects/user_setings.h + +Put appropriate options and modify echoserve.c for your target environment. + +#### \/wolfssl/examples/echoserver/echoserver.c \ No newline at end of file diff --git a/ide/IAR-EWARM/include.am b/ide/IAR-EWARM/include.am index ec6d8273..54fddbfa 100644 --- a/ide/IAR-EWARM/include.am +++ b/ide/IAR-EWARM/include.am @@ -2,7 +2,6 @@ # included from Top Level Makefile.am # All paths should be given relative to the root -EXTRA_DIST+= ide/IAR-EWARM/Projects/test_user_io.h EXTRA_DIST+= ide/IAR-EWARM/Projects/user_settings.h EXTRA_DIST+= ide/IAR-EWARM/Projects/lib/wolfSSH-Lib.ewp EXTRA_DIST+= ide/IAR-EWARM/Projects/lib/wolfSSH-Lib.ewd