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

v3.5.0 to use Ethernet_Generic library, to add support to SPI2 for ESP32, to add support to SPI1 for RP2040 using arduino-pico core, to add examples and rewrite all the examples to support new features, etc.

Latest
Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 13 Apr 06:15
· 5 commits to master since this release
b363675

Releases v3.5.0

  1. Use new Ethernet_Generic library as default for W5x00.
  2. Rewrite to avoid multiple-definitions linker error for multiple-file project
  3. Add examples multiFileProject_Ethernet and multiFileProject_WiFiNINA 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