Merge pull request #6092 from dgarske/various

Various cleanups (STM docs, include case, make dist small script)
This commit is contained in:
Sean Parkinson
2023-02-16 11:23:51 +10:00
committed by GitHub
3 changed files with 5 additions and 3 deletions

View File

@ -100,7 +100,8 @@ The section for "Hardware platform" may need to be adjusted depending on your pr
To use the STM32 Cube HAL support make sure `WOLFSSL_STM32_CUBEMX` is defined.
The L5 and WB55 support ECC PKA acceleration, which is enabled with `WOLFSSL_STM32_PKA`.
The PKA acceleration for ECC is avaialble on some U5, L5 and WB55 chips.
This is enabled with `WOLFSSL_STM32_PKA`. You can see some of the benchmarks [here](STM32_Benchmarks.md).
To disable hardware crypto acceleration you can define:

View File

@ -44,6 +44,7 @@ rm -rf ./certs
rm -rf ./ctaocrypt
rm -rf ./cyassl
rm -rf ./doc
rm -rf ./Docker
# these use test.h, which are not portable
rm -rf ./examples
rm -rf ./IDE
@ -55,6 +56,7 @@ rm -rf ./mcapi
rm -rf ./mplabx
rm -rf ./mqx
rm -rf ./rpm
rm -rf ./RTOS
rm -rf ./scripts
rm -rf ./sslSniffer
rm -rf ./swig
@ -63,7 +65,6 @@ rm -rf ./testsuite
rm -rf ./tirtos
rm -rf ./wolfcrypt/user-crypto
rm -rf ./wrapper
rm -rf ./zephyr
rm -f -- *.rc *.supp *.ac *.am *.conf *.sh *.cproject *.project *.pl
rm -f Vagrantfile SCRIPTS-LIST quit input resource.h

View File

@ -164,7 +164,7 @@
#ifdef _WIN32
#include <windows.h>
#include <Wincrypt.h>
#include <wincrypt.h>
/* mingw gcc does not support pragma comment, and the
* linking with crypt32 is handled in configure.ac */