From dafc2bf8d45d0c7973b09bdf53ed402a8a4461b1 Mon Sep 17 00:00:00 2001 From: David Garske Date: Wed, 29 Jul 2020 11:09:49 -0700 Subject: [PATCH] Added redirect note for OpenSTM32 to STM32Cube example. PR #3031. Updates to README.md from ST. --- IDE/OPENSTM32/README.md | 3 +++ IDE/STM32Cube/README.md | 4 ++-- IDE/include.am | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 IDE/OPENSTM32/README.md diff --git a/IDE/OPENSTM32/README.md b/IDE/OPENSTM32/README.md new file mode 100644 index 000000000..ccbe82f37 --- /dev/null +++ b/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`. diff --git a/IDE/STM32Cube/README.md b/IDE/STM32Cube/README.md index af40e7b9b..57a96d1cf 100644 --- a/IDE/STM32Cube/README.md +++ b/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`. diff --git a/IDE/include.am b/IDE/include.am index 0fcc8642a..7b4870810 100644 --- a/IDE/include.am +++ b/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