EthernetWebServer STM32 Versions Save

This is simple yet complete WebServer library for STM32 boards running built-in Ethernet LAN8742A (Nucleo-144, Discovery), ENC28J60 or W5x00 Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00. Now W5x00 can use any custom hardware / software SPI

v1.5.0

2 years ago

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

2 years ago

Releases v1.4.1

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

v1.4.0

2 years ago

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

2 years ago

Releases v1.3.4

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

2 years ago

Releases v1.3.3

  1. Fix libb64 fallthrough compile warning

v1.3.2

2 years ago

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

2 years ago

Releases v1.3.1

  1. Fix bug related to String in examples

v1.3.0

2 years ago

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

2 years ago

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

v1.2.0

3 years ago

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