OVMS3/OVMS.V3/components/wolfssl/IDE/Espressif/ESP-IDF/examples/wolfssl_test
2022-04-06 00:04:46 +02:00
..
main Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
CMakeLists.txt Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
Makefile Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
README.md Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
sdkconfig.defaults Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00

#wolfSSL Example

The Example contains of wolfSSL test program.

When you want to run the benchmark program

  1. "make menuconfig" to configure the program,first
  2. "make flash" to compile and load the firmware
  3. "make monitor" to see the message

See the README.md file in the upper level 'examples' directory for more information about examples.