This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
v3.7.3 to use Ethernet_Generic library, to add support to SPI1 for RP2040, SPI2 for ESP32, etc.
Releases v3.7.3
- Use new Ethernet_Generic library as default for W5x00.
- Rewrite to avoid
multiple-definitions
linker error for multiple-file project - Add example multiFileProject to demo how to avoid
multiple-definitions
linker error for multiple-file project - Add support to SPI1 for RP2040 using arduino-pico core
- Add support SPI2 for ESP32
- Rewrite all the examples to support new features
- Update
Packages' Patches