wolfssl/IDE/Espressif/ESP-IDF
Hideki Miyazaki a33d901409
update ESP-IDF port to fix failure
2022-01-14 15:35:28 +09:00
..
examples update ESP-IDF port to fix failure 2022-01-14 15:35:28 +09:00
libs fix build failures 2021-11-27 13:14:36 +09:00
test fix build failures 2021-11-27 13:14:36 +09:00
README.md update ESP-IDF port to fix failure 2022-01-14 15:35:28 +09:00
README_32se.md update ESP-IDF port to fix failure 2022-01-14 15:35:28 +09:00
dummy_config_h
dummy_test_paths.h fix build failures 2021-11-27 13:14:36 +09:00
setup.sh fix build failures 2021-11-27 13:14:36 +09:00
setup_win.bat fix build failures 2021-11-27 13:14:36 +09:00
user_settings.h update ESP-IDF port to fix failure 2022-01-14 15:35:28 +09:00

README.md

ESP-IDF port

Overview

ESP-IDF development framework with wolfSSL by setting WOLFSSL_ESPIDF definition

Including the following examples:

The user_settings.h file enables some of the hardened settings.

Requirements

  1. ESP-IDF development framework

Setup for Linux

  1. Run setup.sh at /path/to/wolfssl/IDE/Espressif/ESP-IDF/ to deploy files into ESP-IDF tree
  2. Find Wolfssl files at /path/to/esp/esp-idf/components/wolfssl/
  3. Find Example programs under /path/to/esp/esp-idf/examples/protocols/wolfssl_xxx (where xxx is the project name)

Setup for Windows

  1. Run ESP-IDF Command Prompt (cmd.exe) or Run ESP-IDF PowerShell Environment
  2. Run setup_win.bat at .\IDE\Espressif\ESP-IDF\
  3. Find Wolfssl files at /path/to/esp/esp-idf/components/wolfssl/
  4. Find Example programs under /path/to/esp/esp-idf/examples/protocols/wolfssl_xxx (where xxx is the project name)

Configuration

  1. The user_settings.h can be found in /path/to/esp/esp-idf/components/wolfssl/include/user_settings.h

Build examples

  1. See README in each example folder

Support

For question please email [support@wolfssl.com]

Note: This is tested with :

  • OS: Ubuntu 20.04.3 LTS and Microsoft Windows 10 Pro 10.0.19041 and well as WSL Ubuntu
  • ESP-IDF: ESP-IDF v4.3.2
  • Module : ESP32-WROOM-32