From 8aacf320e9bce8beed6a27d4d6adb76854600af0 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 3 Apr 2022 00:12:17 -0400 Subject: [PATCH] Add Ethernet_Generic Library (#1257) ### Releases v2.0.0 1. Initial porting and coding to merge, as many as possible, the features of the following libraries : - [Ethernet](https://github.com/arduino-libraries/Ethernet) - [EthernetLarge](https://github.com/OPEnSLab-OSU/EthernetLarge) - [Ethernet2](https://github.com/adafruit/Ethernet2) - [Ethernet3](https://github.com/sstaub/Ethernet3) 2. Add support to ESP32 SPI2 3. Convert to h-only library 4. Add debug feature 5. Optimize code to reduce compiled binary size 6. Add `Packages' Patches` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 0a1d83e3..50677490 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4785,3 +4785,4 @@ https://github.com/climateguard/CG-Anem https://github.com/suratin27/ESP32_Control https://github.com/chcbaram/HS_JOY_ESP32 https://github.com/ArtronShop/KidMotorV4-Arduino +https://github.com/khoih-prog/Ethernet_Generic