This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/EthernetWebServer_STM32
Releases · khoih-prog/EthernetWebServer_STM32
v1.5.0 to add support to any custom hardware / software `SPI` for W5x00 using Ethernet_Generic Library, to add support to STM32L5 boards, such as `Nucleo-L552ZE-Q`
v1.5.0 to add support to any custom hardware / software `SPI` for W5x00 using Ethernet_Generic Library, to add support to STM32L5 boards, such as `Nucleo-L552ZE-Q`
Latest
Releases v1.5.0
- Add support to any custom hardware / software
SPI
for W5x00 using Ethernet_Generic Library - Add support to STM32L5 boards, such as
Nucleo-L552ZE-Q
v1.4.1 to change from `arduino.cc` to `arduino.tips` in examples
Releases v1.4.1
- Change from
arduino.cc
toarduino.tips
in examples
v1.4.0 to use Ethernet_Generic library, to add example and rewrite all the examples to support new features, etc.
Releases v1.4.0
- Use new Ethernet_Generic library as default for W5x00.
- Rewrite all the examples to support new features
- Add example multiFileProject to demo how to avoid
multiple-definitions
linker error for multiple-file project
v1.3.4 to fix decoding error bug when using special `&` in data fields
Releases v1.3.4
- Fix decoding error bug when using special
&
in data fields. Check Decoding Error. two times called urlDecode in Parsing-impl.h. #17
v1.3.3 to fix libb64 fallthrough compile warning
Releases v1.3.3
- Fix libb64
fallthrough
compile warning
v1.3.2 to fix wrong http status header bug and authenticate issue caused by libb64
Releases v1.3.2
- Fix wrong http status header bug. Check fix for wrong http status header #42
- Fix authenticate issue caused by libb64
v1.3.1 to fix bug related to String in examples
Releases v1.3.1
- Fix bug related to String in examples
v1.3.0 to reduce usage of Arduino String with std::string and optimize library code and examples by using reference-passing instead of value-passing
Major Releases v1.3.0
- Reduce usage of Arduino String with std::string
- Optimize library code and examples by using reference-passing instead of value-passing.
- Update
Packages' Patches
v1.2.1 to change option for PIO `lib_compat_mode` from default `soft` to `strict` to minimize compile error in cross-platform
Releases v1.2.1
- Change option for PIO
lib_compat_mode
from defaultsoft
tostrict
to minimize compile error in cross-platform - Update
Packages' Patches
Release v1.2.0 to Add support to LAN8720 Ethernet for many STM32F4 and STM32F7 boards
Releases v1.2.0
- Add support to LAN8720 Ethernet for many STM32F4 (F407xx, NUCLEO_F429ZI) and STM32F7 (DISCO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG) boards.
- Add LAN8720 examples
- Add Packages' Patches for STM32 to use LAN8720 with STM32Ethernet and LwIP libraries