Browse Source

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

David Garske 3 years ago
parent
commit
dafc2bf8d4
3 changed files with 6 additions and 2 deletions
  1. 3 0
      IDE/OPENSTM32/README.md
  2. 2 2
      IDE/STM32Cube/README.md
  3. 1 0
      IDE/include.am

+ 3 - 0
IDE/OPENSTM32/README.md

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

+ 2 - 2
IDE/STM32Cube/README.md

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

+ 1 - 0
IDE/include.am

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