Skip to content
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.

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 09 Apr 20:16
· 12 commits to main since this release
a443fde

Releases v3.7.3

  1. Use new Ethernet_Generic library as default for W5x00.
  2. Rewrite to avoid multiple-definitions linker error for multiple-file project
  3. Add example multiFileProject to demo how to avoid multiple-definitions linker error for multiple-file project
  4. Add support to SPI1 for RP2040 using arduino-pico core
  5. Add support SPI2 for ESP32
  6. Rewrite all the examples to support new features
  7. Update Packages' Patches