Skip to content

Commit ebca2b2

Browse files
authored
Merge pull request #348 from kojo1/user-filesys
Add README.md under IAR-EWARM/Projects, fix include.am
2 parents c8d3bbb + 85ec620 commit ebca2b2

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

ide/IAR-EWARM/Projects/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# wolfSSH Example echoServer Setup Guide
2+
3+
wolfSSH exhoserver example works with wolfSSL and wolfSSH library.
4+
5+
## 1) Source file location
6+
7+
Put wolfSSL and wolfSSH files under a working directory in parallel
8+
with the directory name of "wolfssl" and "wolfssh".
9+
10+
#### \<workDir\>/wolfssl
11+
#### \<workDir\>/wolfssh
12+
13+
## 2) Open projects
14+
15+
Open wolfSSL workspace and add wolfSSH lib and echoserver project.
16+
17+
#### \<workDir\>/wolfssl/IDE/IAR-EWARM/Projects/wolfssl.eww
18+
#### \<workDir\>/wolfssh/ide/IAR-EWARM/Projects/lib/wolfSSH-Lib.ewp
19+
#### \<workDir\>/wolfssh/ide/IAR-EWARM/Projects/echoserver/echoserver.ewp
20+
21+
### 3) Test build of projects
22+
23+
Select project and Make of wolfSSL-Lib, wolfSSH-Lib and echoserver project respectively with default options.
24+
25+
26+
### 4) Modify echoserver.c for your target platform
27+
28+
Configuration Openstions are in user_setings.h under each "Projects" directory
29+
30+
#### \<workDir\>/wolfssl/IDE/IAR-EWARM/Projects/user_setings.h
31+
#### \<workDir\>/wolfssh/ide/IAR-EWARM/Projects/user_setings.h
32+
33+
Put appropriate options and modify echoserve.c for your target environment.
34+
35+
#### \<workDir\>/wolfssl/examples/echoserver/echoserver.c

ide/IAR-EWARM/include.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# included from Top Level Makefile.am
33
# All paths should be given relative to the root
44

5-
EXTRA_DIST+= ide/IAR-EWARM/Projects/test_user_io.h
65
EXTRA_DIST+= ide/IAR-EWARM/Projects/user_settings.h
76
EXTRA_DIST+= ide/IAR-EWARM/Projects/lib/wolfSSH-Lib.ewp
87
EXTRA_DIST+= ide/IAR-EWARM/Projects/lib/wolfSSH-Lib.ewd

0 commit comments

Comments
 (0)