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

Releases: khoih-prog/Ethernet_Generic

v2.8.1 to fix minor `speed-link-duplex` bug for `WIZNet W6100`

07 Jan 02:11
1d5283f
Compare
Choose a tag to compare

Releases v2.8.1

  1. Fix minor speed-link-duplex bug for WIZNet W6100

v2.8.0 to add preliminary support to `WIZNet W6100` using IPv4

28 Dec 05:19
56d4728
Compare
Choose a tag to compare

Releases v2.8.0

  1. 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

15 Nov 19:15
198b027
Compare
Choose a tag to compare

Releases v2.7.1

  1. Auto-detect W5x00 and settings (ETHERNET_LARGE_BUFFERS, MAX_SOCK_NUM) to set MAX_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

15 Nov 06:55
a2750ed
Compare
Choose a tag to compare

Releases v2.7.0

  1. Fix severe limitation to permit sending larger data than 2/4/8/16K buffer
  2. Add examples EthernetWebServer_BigData to demo how to send larger data than 2/4/8/16K buffer
  3. Optimize code
  4. Clean up
  5. 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

27 Oct 00:51
72ac6fc
Compare
Choose a tag to compare

Releases v2.6.2

  1. Add support to Seeeduino nRF52840-based boards such as Seeed XIAO_NRF52840 and XIAO_NRF52840_SENSE, etc. using Seeed mbed or nRF52 core
  2. Add astyle using allman style. Restyle the library
  3. Update Packages' Patches to add Seeeduino nRF52 core

v2.6.1 to fix bug for Wiznet W5200 / wiz820io

23 Sep 18:24
ce9882f
Compare
Choose a tag to compare

Releases v2.6.1

  1. Fix bug for Wiznet W5200 / wiz820io. Check ESP32 - Wiznet W5200 problem #13
  2. Update Packages' Patches

v2.6.0 to add support to AVR Dx (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore

11 Sep 22:48
f8fa933
Compare
Choose a tag to compare

Releases v2.6.0

  1. 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

07 Sep 03:01
6cb8ee2
Compare
Choose a tag to compare

Releases v2.5.2

  1. Slow SPI clock only when necessary (such as for W5100, SAMD21 Zero, etc.)
  2. 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

01 Sep 05:57
867357c
Compare
Choose a tag to compare

Releases v2.5.1

  1. Slow SPI clock to 8MHz and select SPI_MODE0 for old W5100 shield using SAMD Zero. Check AdvancedWebServer example give me wrong ip HTTP EthernetWebServer is @ IP : 0.0.0.0 #62
  2. Default to W5100 to be safe. To change if using W5200, 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.

27 Aug 01:14
d436fa3
Compare
Choose a tag to compare