Added redirect note for OpenSTM32 to STM32Cube example. PR #3031. Updates to README.md from ST.
This commit is contained in:
parent
4cbf3c3dcd
commit
dafc2bf8d4
3
IDE/OPENSTM32/README.md
Normal file
3
IDE/OPENSTM32/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# wolfSSL STM32 Example for System Workbench for STM32 (Open STM32 Tools)
|
||||
|
||||
This example has been deprecated and moved to `IDE/STM32Cube`.
|
@ -6,7 +6,7 @@ This example includes:
|
||||
* wolfCrypt benchmark
|
||||
* wolfSSL TLS client/server test using in-memory transfers
|
||||
|
||||
These examples use the CubeMX Hal for STM32.
|
||||
These examples use the Cube HAL for STM32.
|
||||
|
||||
## Requirements
|
||||
|
||||
@ -33,7 +33,7 @@ To disable hardware crypto acceleration you can define:
|
||||
* `NO_STM32_HASH`
|
||||
* `NO_STM32_CRYPTO`
|
||||
|
||||
To enable the latest CubeMX HAL support please define `STM32_HAL_V2`.
|
||||
To enable the latest Cube HAL support please define `STM32_HAL_V2`.
|
||||
|
||||
If you'd like to use the older Standard Peripheral library undefine `WOLFSSL_STM32_CUBEMX`.
|
||||
|
||||
|
@ -35,3 +35,4 @@ include IDE/RISCV/include.am
|
||||
include IDE/XilinxSDK/include.am
|
||||
|
||||
EXTRA_DIST+= IDE/IAR-EWARM IDE/MDK-ARM IDE/MDK5-ARM IDE/MYSQL IDE/LPCXPRESSO IDE/HEXIWEAR IDE/Espressif IDE/zephyr
|
||||
EXTRA_DIST+= IDE/OPENSTM32/README.md
|
||||
|
Loading…
Reference in New Issue
Block a user