Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
v2.2.0 to add custom SPI support
Browse files Browse the repository at this point in the history
### 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.
  • Loading branch information
khoih-prog authored May 3, 2022
1 parent 6fcc7ec commit 8b5eada
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8b5eada

Please sign in to comment.