mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 16:35:47 +08:00
1.2 KiB
1.2 KiB
Espressif Updates
See #5795
Changes in November 2022
Updates to Espressif ESP-IDF wolfssl_benchmark and wolfssl_test examples:
- Benchmark example no longer runs tests.
- Fixed Test example that was missing code files. (no longer installed locally)
- Rename
benchmark/mainandtest/mainfilenames fromhelper.ctomain.c, cleaned up. - Added
main.h - Revised
main/CMakeLists.txtto use onlymain.c - Set components
mainandwolfsslfor projectCMakeLists.txt - Update wolfcrypt esp32_sha.c and sha256.c to now report unexpected reentry as verbose log rather than error message.
wolfcrypt/test.cnow returnsargs.return_codewhenWOLFSSL_ESPIDFis defined.wolfcrypt/test.hnow declaresint wolf_test_task(void)whenWOLFSSL_ESPIDFis defined.setup.shno longer copies benchmark.c(.h) to local project directory.- Added
libs/Tigard.cfgfile for Tigard JTAG debugger. - Update
sdkconfig.defaultswith compiler optimizations and stack check. - Added VisualGDB Project file & Visual Studio solution file.
- Added optional
time_helperfor wolfssl_test - Exclude
ssl_misc.cin component cmake to fix warning: #warning ssl_misc.c does not need to be compiled separately from ssl.c