Added redirect note for OpenSTM32 to STM32Cube example. PR #3031. Updates to README.md from ST.

pull/3169/head
David Garske 2020-07-29 11:09:49 -07:00
parent 4cbf3c3dcd
commit dafc2bf8d4
3 changed files with 6 additions and 2 deletions

View 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`.

View File

@ -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`.

View File

@ -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