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

Version v1.1.1 to clean-up all compiler warnings possible and add examples

26 Dec 22:37
ea0401f
Compare
Choose a tag to compare

Releases v1.1.1

  1. Clean-up all compiler warnings possible.
  2. Add Table of Contents
  3. Add examples
  4. Add Version String

Version v1.1.0 to add high-level HTTP and WebSockets Client

17 Nov 07:03
492c355
Compare
Choose a tag to compare

Major Release v1.1.0

  1. Add high-level HTTP and WebSockets Client by merging ArduinoHttpClient Library
  2. Add many more examples for HTTP and WebSockets Client.

Version v1.0.6 to add support to PROGMEM-related commands

25 Sep 01:42
ce52e88
Compare
Choose a tag to compare

Release v1.0.6

  1. Add support to PROGMEM-related commands, such as sendContent_P() and send_P()
  2. Update Platform.ini to support PlatformIO 5.x owner-based dependency declaration.
  3. Clean up code.

Version v1.0.5 to add support to EthernetENC, Ethernet2, Ethernet3 and EthernetLarge Libraries

17 Sep 00:32
b4ed9d1
Compare
Choose a tag to compare

Major Release v1.0.5

  1. Add support to new EthernetENC library for ENC28J60.
  2. Add support to Ethernet2, Ethernet3 and EthernetLarge libraries on top of Ethernet.
  3. Add debug feature. Clean up code. Restructure examples.

Version v1.0.4 to add support to all remaining STM32 boards

23 Jul 18:29
8e557c2
Compare
Choose a tag to compare

New in v1.0.4

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

23 Jul 00:41
1e4e1e8
Compare
Choose a tag to compare

Version v1.0.3

  1. Fix bug not closing client and releasing socket.
  2. Merge new features from latest ESP8266WebServer
  3. Add and enhance examples.
  4. Add back dependency to Functional-VLPP library.

Version v1.0.2

06 Mar 04:28
20c7f86
Compare
Choose a tag to compare

New in Version v1.0.2

  1. Remove dependendy on Functional-VLPP library.
  2. Enhance examples and update README.md

Version v1.0.1

28 Feb 06:32
092d5b4
Compare
Choose a tag to compare

New in Version v1.0.1

  1. Add support to W5x00 Ethernet shields to all STM32 boards having 64+K bytes Flash.

This library currently supports

  1. STM32 boards with built-in Ethernet such as :
  1. STM32 boards (with 64+K Flash) running ENC28J60 shields
  2. STM32 boards (with 64+K Flash) running W5x00 shields
  3. See EthernetWebServer Library Issue 1 for reason to create this separate library from EthernetWebServer library

Initial Release v1.0.0

28 Feb 05:14
07ce1b1
Compare
Choose a tag to compare

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

  1. STM32 boards with built-in Ethernet such as :
  1. STM32 boards (with 64+K Flash) running EMC28J60 shields