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

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`

03 May 06:38
0f96707
Compare
Choose a tag to compare

Releases v1.5.0

  1. Add support to any custom hardware / software SPI for W5x00 using Ethernet_Generic Library
  2. Add support to STM32L5 boards, such as Nucleo-L552ZE-Q

v1.4.1 to change from `arduino.cc` to `arduino.tips` in examples

27 Apr 17:41
df638a9
Compare
Choose a tag to compare

Releases v1.4.1

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

v1.4.0 to use Ethernet_Generic library, to add example and rewrite all the examples to support new features, etc.

05 Apr 04:29
4341041
Compare
Choose a tag to compare

Releases v1.4.0

  1. Use new Ethernet_Generic library as default for W5x00.
  2. Rewrite all the examples to support new features
  3. 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

03 Mar 03:06
a42c697
Compare
Choose a tag to compare

v1.3.3 to fix libb64 fallthrough compile warning

12 Jan 01:42
cf97f1e
Compare
Choose a tag to compare

Releases v1.3.3

  1. Fix libb64 fallthrough compile warning

v1.3.2 to fix wrong http status header bug and authenticate issue caused by libb64

28 Dec 19:55
5148a33
Compare
Choose a tag to compare

Releases v1.3.2

  1. Fix wrong http status header bug. Check fix for wrong http status header #42
  2. Fix authenticate issue caused by libb64

v1.3.1 to fix bug related to String in examples

25 Dec 21:24
46242ff
Compare
Choose a tag to compare

Releases v1.3.1

  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

21 Dec 01:22
fd4bed9
Compare
Choose a tag to compare

Major Releases v1.3.0

  1. Reduce usage of Arduino String with std::string
  2. Optimize library code and examples by using reference-passing instead of value-passing.
  3. 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

06 Oct 01:22
fca3440
Compare
Choose a tag to compare

Releases v1.2.1

  1. Change option for PIO lib_compat_mode from default soft to strict to minimize compile error in cross-platform
  2. Update Packages' Patches

Release v1.2.0 to Add support to LAN8720 Ethernet for many STM32F4 and STM32F7 boards

11 Apr 09:03
7ad82c9
Compare
Choose a tag to compare

Releases v1.2.0

  1. Add support to LAN8720 Ethernet for many STM32F4 (F407xx, NUCLEO_F429ZI) and STM32F7 (DISCO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG) boards.
  2. Add LAN8720 examples
  3. Add Packages' Patches for STM32 to use LAN8720 with STM32Ethernet and LwIP libraries