See [#5795]()
Updates to Espressif ESP-IDF wolfssl_benchmark and wolfssl_test examples:
benchmark/main
and test/main
filenames from helper.c
to main.c
, cleaned up.main.h
main/CMakeLists.txt
to use only main.c
main
and wolfssl
for project CMakeLists.txt
wolfcrypt/test.c
now returns args.return_code
when WOLFSSL_ESPIDF
is defined.wolfcrypt/test.h
now declares int wolf_test_task(void)
when WOLFSSL_ESPIDF
is defined.setup.sh
no longer copies benchmark.c(.h) to local project directory.libs/Tigard.cfg
file for Tigard JTAG debugger.sdkconfig.defaults
with compiler optimizations and stack check.time_helper
for wolfssl_testssl_misc.c
in component cmake to fix warning: #warning ssl_misc.c does not need to be compiled separately from ssl.cssl_crypto.c
in component cmake to fix warning: #warning ssl_crypto.c does not need to be compiled separately from ssl.c