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