mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Merge pull request #6092 from dgarske/various
Various cleanups (STM docs, include case, make dist small script)
This commit is contained in:
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user