From 8b5eada9557c534a921c5caf742325a5316618d7 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 3 May 2022 00:59:17 -0400 Subject: [PATCH] v2.2.0 to add custom SPI support ### Releases v2.2.0 1. Add support to STM32 boards using [Arduino_Core_STM32](https://github.com/stm32duino/Arduino_Core_STM32) 2. Add support to any board with core supporting custom hardware / software `SPI`, for example STM32. --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05dbb35..4b088a0 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,23 @@ This [**Ethernet_Generic** library](https://github.com/khoih-prog/Ethernet_Gener 11. **Portenta_H7** 12. **Arduino UNO WiFi Rev2, AVR_NANO_EVERY, etc.** - + +13. **STM32F/L/H/G/WB/MP1 boards (with 32+K Flash) running W5x00 shields)** + +- Nucleo-144 +- Nucleo-64 +- Discovery +- Generic STM32F0, STM32F1, STM32F2, STM32F3, STM32F4, STM32F7 (with 64+K Flash): x8 and up +- STM32L0, STM32L1, STM32L4 +- STM32G0, STM32G4 +- STM32H7 +- STM32WB +- STM32MP1 +- LoRa boards +- 3-D printer boards +- Generic Flight Controllers +- Midatronics boards + #### Currently supported Ethernet shields/modules