This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/Ethernet_Generic
Releases · khoih-prog/Ethernet_Generic
v2.8.1 to fix minor `speed-link-duplex` bug for `WIZNet W6100`
Releases v2.8.1
- Fix minor
speed-link-duplex
bug forWIZNet W6100
v2.8.0 to add preliminary support to `WIZNet W6100` using IPv4
Releases v2.8.0
- Add preliminary support to
WIZNet W6100
using IPv4. IPv6 will be supported in the future.
v2.7.1 to auto-detect `W5x00` and settings (`ETHERNET_LARGE_BUFFERS`, `MAX_SOCK_NUM`) to set `MAX_SIZE` to send
Releases v2.7.1
- Auto-detect
W5x00
and settings (ETHERNET_LARGE_BUFFERS
,MAX_SOCK_NUM
) to setMAX_SIZE
to send. Check 'ETHERNET_SERVER_SEND_MAX_SIZE' was not declared in this scope #16
v2.7.0 to fix severe limitation to permit sending larger data than 2/4/8/16K buffer
Releases v2.7.0
- Fix severe limitation to permit sending larger data than 2/4/8/16K buffer
- Add examples EthernetWebServer_BigData to demo how to send larger data than 2/4/8/16K buffer
- Optimize code
- Clean up
- Update
Packages' Patches
v2.6.2 to add support to Seeeduino nRF52840-based boards, such as XIAO_NRF52840 and XIAO_NRF52840_SENSE etc. using Seeeduino `mbed` or `nRF52` core, to add astyle using `allman` style and to restyle the library
Releases v2.6.2
- Add support to Seeeduino nRF52840-based boards such as Seeed XIAO_NRF52840 and XIAO_NRF52840_SENSE, etc. using Seeed
mbed
ornRF52
core - Add astyle using
allman
style. Restyle the library - Update
Packages' Patches
to add SeeeduinonRF52
core
v2.6.1 to fix bug for Wiznet W5200 / wiz820io
Releases v2.6.1
- Fix bug for
Wiznet W5200 / wiz820io
. Check ESP32 - Wiznet W5200 problem #13 - Update
Packages' Patches
v2.6.0 to add support to AVR Dx (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore
Releases v2.6.0
- Add support to AVR_Dx (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore
v2.5.2 to slow SPI clock only when necessary (such as for W5100, SAMD21 Zero, etc.), to use correct Debug Terminal `Serial` for so-called SAMD21 Zero boards from Arduino as well as Adafruit
Releases v2.5.2
- Slow SPI clock only when necessary (such as for W5100, SAMD21 Zero, etc.)
- Use correct Debug Terminal
Serial
for so-called SAMD21 Zero boards from Arduino as well as Adafruit
v2.5.1 to slow SPI clock to `8MHz` and select `SPI_MODE0` for old W5100 shield using SAMD Zero and default to `W5100` to be safe in examples
Releases v2.5.1
- Slow SPI clock to
8MHz
and selectSPI_MODE0
for old W5100 shield using SAMD Zero. Check AdvancedWebServer example give me wrong ip HTTP EthernetWebServer is @ IP : 0.0.0.0 #62 - Default to
W5100
to be safe. To change if usingW5200, W5500, W5100s
or testing faster SPI clock speeds
v2.5.0 to use `raw_address()` as default only for arduino-pico core for compatibility with remaining coresto improve compatibility to other cores. to sync with Ethernet library v2.0.1, etc.
Releases v2.5.0
- Using
raw_address()
as default only for arduino-pico core for compatibility with remaining cores - Sync with Ethernet library v2.0.1
- Add Ethernet_Generic Library API