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

Releases: khoih-prog/EthernetWebServer_SSL_STM32

Release v1.3.0 to add support to LAN8720 for STM32F4 (F407xx, NUCLEO_F429ZI) and STM32F7 (DISCO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG) boards.

11 Apr 21:17
0255469
Compare
Choose a tag to compare

Releases v1.3.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

Version v1.2.1 to clean-up all compiler warnings possible.

27 Dec 01:23
69bba88
Compare
Choose a tag to compare

Releases v1.2.1

  1. Clean-up all compiler warnings possible.
  2. Add Table of Contents

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

20 Nov 08:27
db79af6
Compare
Choose a tag to compare

Major Release v1.2.0

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

Version v1.1.2 to add SSL debug feature

19 Nov 23:22
4c2227c
Compare
Choose a tag to compare

Release v1.1.2

  1. Add SSL debug feature.
  2. Enhance examples.

Version v1.1.1 to permit sites with "Chain could not be linked to a trust anchor"

18 Nov 08:53
c40546a
Compare
Choose a tag to compare

Release v1.1.1

  1. Permit sites with "Chain could not be linked to a trust anchor" such as mqtt.thingstream.io.
  2. Add example MQTTS_ThingStream to demonstrate new feature

Version v1.1.0 for STM32F/L/H/G/WB/MP1 boards running LAN8742A, W5x00 or ENC28J60 shields using SSL Client.

18 Nov 08:38
24f5689
Compare
Choose a tag to compare

Release v1.1.0

  1. Initial coding for STM32F/L/H/G/WB/MP1 boards (with 32+K Flash) running LAN8742A, W5x00 or ENC28J60 shields using SSL Client.
  2. Supporting Built-in LAN8742A using STM32Ethernet library.
  3. Supporting W5x00 using Ethernet, EthernetLarge, Ethernet2 and Ethernet3 libraries
  4. Supporting ENC28J60 using EthernetENC and UIPEthernet libraries