This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/EthernetWebServer
Releases · khoih-prog/EthernetWebServer
v2.4.1 to add support to `WIZNet W6100` using IPv4
Releases v2.4.1
- Add support to
WIZNet W6100
using IPv4
v2.4.0 to fix compile errors for new ESP32 core `v2.0.6`
Releases v2.4.0
- 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.
Releases v2.3.0
- Add new features, such as
CORS
, etc. - Add example EthernetWebServer_BigData to demo how to send larger data than
2/4/8/16K
buffer - Modify example AdvancedWebServer to demo how to send larger data than
2/4/8/16K
buffer - Update code
- 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
Releases v2.2.4
- 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 - Display warning only when
_ETHERNET_WEBSERVER_LOGLEVEL_
> 3 - Update examples
- Update
Packages' Patches
to add SeeeduinonRF52
core
v2.2.3 to add support to AVR Dx (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DXCore
Releases v2.2.3
- Add support to AVR Dx (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore
- 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
Releases v2.2.2
- Slow SPI clock for old W5100 shield or SAMD Zero
- Use correct Debug Terminal
Serial
for so-called SAMD21 Zero boards from Arduino as well as Adafruit - Update
Packages' Patches
v2.2.1 to auto-select SPI(s) `SS/CS` pins according to board package if available
Releases v2.2.1
- Auto-select SPI(s)
SS/CS
pins according to board package if available - Update
Packages' Patches
v2.2.0 to add support to custom SPI, SPI1, SPI2 for Teensy, Mbed RP2040,Portenta-H7, etc. using W5x00.
Releases v2.2.0
- Add support to SPI1, SPI2 for Teensy using W5x00 with Ethernet_Generic library
- Add support to custom SPI for Mbed RP2040, Portenta-H7, etc. using W5x00 with Ethernet_Generic library
- Add examples AdvancedWebServer_Teensy4x_SPI1 to demo new feature
- Add examples AdvancedWebServer_RP2040_SPI1 to demo new feature
v2.1.3 to change from `arduino.cc` to `arduino.tips` in examples
Releases v2.1.3
- Change from
arduino.cc
toarduino.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.
Releases v2.1.2
- Add support to SPI1 for RP2040 using arduino-pico core
- Drop
EthernetWrapper
- Rewrite all the examples to support new features
- Add example multiFileProject to demo how to avoid
multiple-definitions
linker error for multiple-file project - Update
Packages' Patches