You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ide/Espressif/README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,13 @@
1
1
# wolfSSH Espressif Component Install
2
2
3
+
For more information on getting started with wolfSSL on the ESP32, see [wolfssl/IDE/Espressif/README.md](https://github.com/wolfSSL/wolfssl/blob/master/IDE/Espressif/README.md).
4
+
5
+
See also [wolfSSH - Now Available as an Espressif Managed Component Includes SSH Echo Server Example](https://www.wolfssl.com/wolfssh-now-available-as-an-espressif-managed-component-includes-ssh-echo-server-example/).
3
6
4
7
# ESP-IDF port
8
+
5
9
## Overview
10
+
6
11
ESP-IDF development framework with wolfSSL by setting *WOLFSSL_ESPIDF* definition
7
12
8
13
Including the following examples:
@@ -18,7 +23,7 @@ Including the following examples:
18
23
19
24
20
25
## Setup for Linux
21
-
1. Run `setup.sh` at _/path/to_`/wolfssl/IDE/Espressif/ESP-IDF/` to deploy files into ESP-IDF tree
26
+
1. Run `setup.sh` at _/path/to_`/wolfssl/IDE/Espressif/ESP-IDF/` to deploy files into ESP-IDF tree
22
27
2. Find Wolfssl files at _/path/to/esp_`/esp-idf/components/wolfssl/`
23
28
3. Find [Example programs](https://github.com/wolfSSL/wolfssl/tree/master/IDE/Espressif/ESP-IDF/examples) under _/path/to/esp_`/esp-idf/examples/protocols/wolfssl_xxx` (where xxx is the project name)
24
29
@@ -28,7 +33,7 @@ Including the following examples:
28
33
29
34
```
30
35
cd ESP-IDF
31
-
setup_win.bat
36
+
setup_win.bat
32
37
```
33
38
34
39
3. Find Wolfssl files at _/path/to/esp_`/esp-idf/components/wolfssl/`
0 commit comments