wolfssh/ide/Espressif/ESP-IDF/examples/wolfssh_template
John Safranek 8951bd9209 Release v1.4.22
1. Update copyright date to 2026.
2025-12-29 16:53:33 -08:00
..
VisualGDB Espressif examples: template and echoserver 2024-01-11 16:37:13 -08:00
components Release v1.4.22 2025-12-29 16:53:33 -08:00
main Release v1.4.22 2025-12-29 16:53:33 -08:00
CMakeLists.txt Update Espressif Examples 2025-06-11 15:37:14 -07:00
README.md Espressif examples: template and echoserver 2024-01-11 16:37:13 -08:00
partitions_singleapp_large.csv Espressif examples: template and echoserver 2024-01-11 16:37:13 -08:00
sdkconfig.defaults Espressif examples: template and echoserver 2024-01-11 16:37:13 -08:00

README.md

wolfSSL Template Project

This is an example minimally viable wolfSSL template to get started with your own project.

Prerequisites

It is assumed the ESP-IDF environment has been installed.

Files Included

set(WOLFSSL_ROOT "~/workspace/wolfssl-other-source")

Getting Started:

Here's an example using the command-line idf.py.

Edit your WRK_IDF_PATHto point to your ESP-IDF install directory.

WRK_IDF_PATH=/mnt/c/SysGCC/esp32/esp-idf/v5.1

echo "Run export.sh from ${WRK_IDF_PATH}"
. ${WRK_IDF_PATH}/export.sh

# build the example:
idf.py build

# flash the code onto the serial device at /dev/ttyS19
idf.py flash -p /dev/ttyS19 -b 115200

# build, flash, and view UART output with one command:
idf.py flash -p /dev/ttyS19 -b 115200 monitor

Press Ctrl+] to exit idf.py monitor. See additional monitor keyboard commands.

Other Examples:

For examples, see: