diff --git a/PlatformIO/ESP-IDF/README.md b/PlatformIO/ESP-IDF/README.md new file mode 100644 index 00000000..6c1b2a18 --- /dev/null +++ b/PlatformIO/ESP-IDF/README.md @@ -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 = espressif32@6.8.0 + +# 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 +``` diff --git a/PlatformIO/ESP-IDF/esp-idf-v5.3.1.20240926c.zip b/PlatformIO/ESP-IDF/esp-idf-v5.3.1.20240926c.zip new file mode 100644 index 00000000..ccb12331 Binary files /dev/null and b/PlatformIO/ESP-IDF/esp-idf-v5.3.1.20240926c.zip differ diff --git a/PlatformIO/README.md b/PlatformIO/README.md new file mode 100644 index 00000000..2bac6c46 --- /dev/null +++ b/PlatformIO/README.md @@ -0,0 +1,3 @@ +# PlatformIO Examples + +- [ESP-IDF](./ESP-IDF/README.md) - example ESP-IDF with wolfSSL EPS-TLS support