Jacob Barthelmeh c729318ddd update copyright date 3 ani în urmă
..
main c729318ddd update copyright date 3 ani în urmă
CMakeLists.txt bc09f4bd30 Porting wolfssl into ESP-IDF development framework 6 ani în urmă
Makefile bc09f4bd30 Porting wolfssl into ESP-IDF development framework 6 ani în urmă
README.md 9d2294b967 Support AES and SHA hw acceleration on esp32-wroom-32 5 ani în urmă
sdkconfig.defaults 0fd65a2ae3 added ESP-IDF setup script for windows 4 ani în urmă

README.md

#wolfSSL Example

The Example contains of wolfSSL benchmark program.

  1. "make 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. "make flash" to compile and load the firmware
  2. "make monitor" to see the message

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