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
Version v1.1.1 to clean-up all compiler warnings possible and add examples
Releases v1.1.1
- Clean-up all compiler warnings possible.
- Add Table of Contents
- Add examples
- Add Version String
Version v1.1.0 to add high-level HTTP and WebSockets Client
Major Release v1.1.0
- Add high-level HTTP and WebSockets Client by merging ArduinoHttpClient Library
- Add many more examples for HTTP and WebSockets Client.
Version v1.0.6 to add support to PROGMEM-related commands
Release v1.0.6
- Add support to PROGMEM-related commands, such as sendContent_P() and send_P()
- Update Platform.ini to support PlatformIO 5.x owner-based dependency declaration.
- Clean up code.
Version v1.0.5 to add support to EthernetENC, Ethernet2, Ethernet3 and EthernetLarge Libraries
Major Release v1.0.5
- Add support to new
EthernetENC library
for ENC28J60. - Add support to
Ethernet2
,Ethernet3
andEthernetLarge
libraries on top ofEthernet
. - Add debug feature. Clean up code. Restructure examples.
Version v1.0.4 to add support to all remaining STM32 boards
New in v1.0.4
- Add support to all STM32 boards (STM32F/L/H/G/WB/MP1) with 32K+ Flash.
- STM32L0, STM32L1, STM32L4
- STM32G0, STM32G4
- STM32H7
- STM32WB
- STM32MP1
Version v1.0.3 to fix bug and enhance
Version v1.0.3
- Fix bug not closing client and releasing socket.
- Merge new features from latest ESP8266WebServer
- Add and enhance examples.
- Add back dependency to
Functional-VLPP library
.
Version v1.0.2
New in Version v1.0.2
- Remove dependendy on
Functional-VLPP library
. - Enhance examples and update README.md
Version v1.0.1
New in Version v1.0.1
- Add support to W5x00 Ethernet shields to all STM32 boards having 64+K bytes Flash.
This library currently supports
- STM32 boards with built-in Ethernet such as :
- Nucleo-144 (F429ZI, F767ZI)
- Discovery (STM32F746G-DISCOVERY)
- All STM32 Boards with Built-in Ethernet, See How To Use Built-in Ethernet
- STM32 boards (with 64+K Flash) running ENC28J60 shields
- STM32 boards (with 64+K Flash) running W5x00 shields
- See EthernetWebServer Library Issue 1 for reason to create this separate library from EthernetWebServer library
Initial Release v1.0.0
Version v1.0.0
This is simple yet complete WebServer library for STM32
boards running built-in Ethernet (Nucleo-144, Discovery) or EMC28J60 Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32.
This library currently supports
- STM32 boards with built-in Ethernet such as :
- Nucleo-144 (F429ZI, F767ZI)
- Discovery (STM32F746G-DISCOVERY)
- All STM32 Boards with Built-in Ethernet, See How To Use Built-in Ethernet
- STM32 boards (with 64+K Flash) running EMC28J60 shields