gojimmypi 9da0ff0f31 Merge branch 'master' of https://github.com/wolfSSL/wolfssl into ESP32_HW_Update_PR 2 年 前
..
examples 8eaa85e412 update copyright year to 2022 2 年 前
libs 58aec606c6 wolfSSL license, not wolfSSH 2 年 前
test a25c338007 fix build failures 3 年 前
README.md f35eb20954 Add note regarding ESP-IDF Version 2 年 前
README_32se.md a33d901409 update ESP-IDF port to fix failure 2 年 前
dummy_config_h 8eaa85e412 update copyright year to 2022 2 年 前
dummy_test_paths.h 8eaa85e412 update copyright year to 2022 2 年 前
setup.sh 394f36a0d7 Fix typos and bad macro names 2 年 前
setup_win.bat 409a0acb88 fine tuning on wolfcrypt\test\test_paths.h 2 年 前
user_settings.h 8bb6ff8dbb Espressif HW acceleration update & cleanup 2 年 前

README.md

ESP-IDF port

NOTICE: These Espressif examples have been created and tested with the latest stable release branch of ESP-IDF V4 and have not yet been upgraded to the master branch V5. See the latest migration guides.

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