Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions PlatformIO/ESP-IDF/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# PlatformIO wolfssl-specific ESP-IDF releases

## esp-idf-v5.3.1.20240926c.zip

This file is from https://github.com/gojimmypi/esp-idf/releases/tag/v5.3.1.20240926c

It contains the Espressif ESP-IDF with wolfSSL support for the `esp-tls` component.

See also: https://github.com/espressif/esp-idf/pull/16145

Tested with:

```ini
[env]
# See https://github.com/platformio/platform-espressif32/releases/tag/v6.8.0
# uses ESP-IDF v5.3
platform = [email protected]

# ESP-IDF v5.3.1 (20240926c)
platform_packages = framework-espidf @ https://raw.githubusercontent.com/wolfssl/wolfssl-examples/tree/master/PlatformIO/ESP-IDF/esp-idf-v5.3.1.20240926c.zip
```
Binary file not shown.
3 changes: 3 additions & 0 deletions PlatformIO/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# PlatformIO Examples

- [ESP-IDF](./ESP-IDF/README.md) - example ESP-IDF with wolfSSL EPS-TLS support
Loading