mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 00:10:53 +02:00
fec7469c19
Tidy up Espressif ESP32 test and benchmark examples: * add VisualGDB project and solution files for server and client * "hardware in use revert to software" is now verbose level message * Remove (void) TAG; - not needed to appease compiler * include esp_log.h lib with defined(WOLFSSL_ESPIDF) * large ESP32 default stack size * check for max number of arguments assembled into array * cleanup & comments per code review * wolfssl_test VisualGDB updates * Espressif wolfssl_test default stack 55,000 bytes