From ba95b31d1b7ce60957459ebd0c1dcfe0d9c5ce1a Mon Sep 17 00:00:00 2001 From: Andrew Hutchings Date: Thu, 5 Dec 2024 15:28:20 +0000 Subject: [PATCH] Add STM32 README.md Points to the `wolfSSL/wolfssl-examples-stm32` respository. --- STM32/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 STM32/README.md diff --git a/STM32/README.md b/STM32/README.md new file mode 100644 index 00000000..5be284a2 --- /dev/null +++ b/STM32/README.md @@ -0,0 +1,3 @@ +# STM32 Examples + +The STM32 examples can be found in the [wolfSSL/wolfssl-examples-stm32](https://github.com/wolfSSL/wolfssl-examples-stm32) repository.