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

Releases: khoih-prog/EthernetWebServer

v2.4.1 to add support to `WIZNet W6100` using IPv4

07 Jan 03:15
dcf4d57
Compare
Choose a tag to compare

Releases v2.4.1

  1. Add support to WIZNet W6100 using IPv4

v2.4.0 to fix compile errors for new ESP32 core `v2.0.6`

22 Dec 18:51
92da79a
Compare
Choose a tag to compare

Releases v2.4.0

  1. Fix compile errors for new ESP32 core v2.0.6

v2.3.0 to add new features, such as `CORS`, to add example EthernetWebServer_BigData and modify example AdvancedWebServer to demo how to send larger data than `2/4/8/16K` buffer, etc.

15 Nov 07:52
21458cf
Compare
Choose a tag to compare

Releases v2.3.0

  1. Add new features, such as CORS, etc.
  2. Add example EthernetWebServer_BigData to demo how to send larger data than 2/4/8/16K buffer
  3. Modify example AdvancedWebServer to demo how to send larger data than 2/4/8/16K buffer
  4. Update code
  5. Update Packages' Patches

v2.2.4 to add support to Seeeduino nRF52840-based boards, such as XIAO_NRF52840 and XIAO_NRF52840_SENSE, using Seeed `mbed` or `nRF52` core, to add astyle using `allman` style and to restyle the library

27 Oct 02:05
19f1f45
Compare
Choose a tag to compare

Releases v2.2.4

  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. Display warning only when _ETHERNET_WEBSERVER_LOGLEVEL_ > 3
  4. Update examples
  5. Update Packages' Patches to add Seeeduino nRF52 core

v2.2.3 to add support to AVR Dx (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DXCore

18 Sep 01:52
9f6b0ba
Compare
Choose a tag to compare

Releases v2.2.3

  1. Add support to AVR Dx (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore
  2. Update Packages' Patches

v2.2.2 to slow SPI clock old W5100 shield or SAMD Zero, to use correct Debug Terminal `Serial` for so-called SAMD21 Zero boards from Arduino as well as Adafruit

07 Sep 04:02
909a774
Compare
Choose a tag to compare

Releases v2.2.2

  1. Slow SPI clock for old W5100 shield or SAMD Zero
  2. Use correct Debug Terminal Serial for so-called SAMD21 Zero boards from Arduino as well as Adafruit
  3. Update Packages' Patches

v2.2.1 to auto-select SPI(s) `SS/CS` pins according to board package if available

26 Aug 02:35
bda5856
Compare
Choose a tag to compare

Releases v2.2.1

  1. Auto-select SPI(s) SS/CS pins according to board package if available
  2. Update Packages' Patches

v2.2.0 to add support to custom SPI, SPI1, SPI2 for Teensy, Mbed RP2040,Portenta-H7, etc. using W5x00.

05 May 01:56
4fa2bca
Compare
Choose a tag to compare

Releases v2.2.0

  1. Add support to SPI1, SPI2 for Teensy using W5x00 with Ethernet_Generic library
  2. Add support to custom SPI for Mbed RP2040, Portenta-H7, etc. using W5x00 with Ethernet_Generic library
  3. Add examples AdvancedWebServer_Teensy4x_SPI1 to demo new feature
  4. Add examples AdvancedWebServer_RP2040_SPI1 to demo new feature

v2.1.3 to change from `arduino.cc` to `arduino.tips` in examples

27 Apr 18:10
35d6397
Compare
Choose a tag to compare

Releases v2.1.3

  1. Change from arduino.cc to arduino.tips in examples

v2.1.2 to add support to SPI1 for RP2040 using arduino-pico core, to add example multiFileProject to demo how to avoid `multiple-definitions` linker error for multiple-file project, etc.

09 Apr 04:48
8d024a6
Compare
Choose a tag to compare

Releases v2.1.2

  1. Add support to SPI1 for RP2040 using arduino-pico core
  2. Drop EthernetWrapper
  3. Rewrite all the examples to support new features
  4. Add example multiFileProject to demo how to avoid multiple-definitions linker error for multiple-file project
  5. Update Packages' Patches