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: ESP32/README.md
+36-2Lines changed: 36 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# wolfSSL ESP32 Examples
2
2
3
+
These are wolfSSL TLS 1.3 clients and servers for both wired and wireless Internet.
4
+
5
+
Note: wolfSSL v5.5.4 or newer is needed to use these examples with ESP-IDF v5.
6
+
7
+
See the [setup scripts](https://github.com/wolfSSL/wolfssl/tree/master/IDE/Espressif/ESP-IDF) to install.
8
+
9
+
3
10
## ESP32 TLS 1.3 Server
4
11
5
12
-[Wireless STA server](./TLS13-wifi_station-server/README.md)
@@ -39,7 +46,7 @@ coming soon:
39
46
## ESP-IDF
40
47
41
48
Although the examples were created using VisualGDB extension for Visual Studio, the
42
-
examples can be compiled using the ESP-IDF.
49
+
examples can of course be compiled using the ESP-IDF`idf.py`.
43
50
44
51
Once the EDP-IDF is installed, use the [setp_win.bat](https://github.com/wolfSSL/wolfssl/blob/master/IDE/Espressif/ESP-IDF/setup_win.bat) to copy wolfSSL files to
45
52
the `esp-idf\components` directory, typically in
@@ -54,12 +61,39 @@ cd wolfssl\IDE\Espressif\ESP-IDF\
0 commit comments