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
@@ -144,6 +145,14 @@ This is an alternate method for installation. It is recommended to use the new `
144
145
2. Find Wolfssl files at _/path/to/esp_`/esp-idf/components/wolfssl/`
145
146
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)
146
147
148
+
149
+
```
150
+
WRK_IDF_PATH=/mnt/c/SysGCC/esp32/esp-idf/v5.2
151
+
. $WRK_IDF_PATH/export.sh
152
+
153
+
./setup.sh
154
+
```
155
+
147
156
## Setup for Windows
148
157
149
158
This is an alternate method for installation. It is recommended to use the new `CMakeLists.txt` to point to wolfSSL source code.
Copy file name to clipboardExpand all lines: IDE/Espressif/ESP-IDF/examples/template/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ For general information on [wolfSSL examples for Espressif](../README.md), see t
7
7
8
8
### Prerequisites
9
9
10
-
It is assumed the [ESP-IDF environment](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/) has been installed.
10
+
It is assumed the [ESP-IDF environment](Espressifget-started/) has been installed.
11
11
12
12
### Files Included
13
13
@@ -19,7 +19,7 @@ It is assumed the [ESP-IDF environment](https://docs.espressif.com/projects/esp-
19
19
20
20
- The [components/wolfssl/CMakeLists.txt](./components/wolfssl/CMakeLists.txt) typically does not need to be changed.
21
21
22
-
- Optional [VisualGDB Project](./VisualGDB/wolfssl_template_IDF_v5.1_ESP32.vgdbproj) for Visual Studio using ESP32 and ESP-IDF v5.1.
22
+
- Optional [VisualGDB Project](./VisualGDB/README.md) for Visual Studio using ESP32 and ESP-IDF v5.2. See also [template](../template/VisualGDB/README.md) for other devices.
23
23
24
24
- Edit the project [CMakeLists.txt](./CMakeLists.txt) to optionally point this project's wolfSSL component source code at a different directory:
0 commit comments