Jacob Barthelmeh 8eaa85e412 update copyright year to 2022 1 year ago
..
main 8eaa85e412 update copyright year to 2022 1 year ago
CMakeLists.txt bc09f4bd30 Porting wolfssl into ESP-IDF development framework 5 years ago
Makefile bc09f4bd30 Porting wolfssl into ESP-IDF development framework 5 years ago
README.md a25c338007 fix build failures 2 years ago
sdkconfig.defaults 0fd65a2ae3 added ESP-IDF setup script for windows 3 years ago

README.md

wolfSSL Benchmark Example

The Example contains of wolfSSL benchmark program.

  1. idf.py menuconfig to configure the program.
    1-1. Example Configuration ->

    BENCH_ARG : argument that you want to use. Default is "-lng 0"
    The list of argument can be find in help.

When you want to run the benchmark program

  1. idf.py -p <PORT> flash to compile and load the firmware
  2. idf.py monitor to see the message

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