This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/EthernetWebServer_SSL_STM32
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.
Releases v1.3.0
- Add support to LAN8720 Ethernet for many STM32F4 (F407xx, NUCLEO_F429ZI) and STM32F7 (DISCO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG) boards.
- Add LAN8720 examples
- Add Packages' Patches for STM32 to use LAN8720 with STM32Ethernet and LwIP libraries
Version v1.2.1 to clean-up all compiler warnings possible.
Releases v1.2.1
- Clean-up all compiler warnings possible.
- Add Table of Contents
Version v1.2.0 to add high-level HTTP and WebSockets Client
Major Release v1.2.0
- Add high-level HTTP and WebSockets Client by merging ArduinoHttpClient Library
- Add many more examples for HTTP and WebSockets Client.
- Add Version String.
Version v1.1.2 to add SSL debug feature
Release v1.1.2
- Add SSL debug feature.
- Enhance examples.
Version v1.1.1 to permit sites with "Chain could not be linked to a trust anchor"
Release v1.1.1
- Permit sites with "Chain could not be linked to a trust anchor" such as mqtt.thingstream.io.
- 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.
Release v1.1.0
- Initial coding for STM32F/L/H/G/WB/MP1 boards (with 32+K Flash) running LAN8742A, W5x00 or ENC28J60 shields using SSL Client.
- Supporting Built-in LAN8742A using STM32Ethernet library.
- Supporting W5x00 using Ethernet, EthernetLarge, Ethernet2 and Ethernet3 libraries
- Supporting ENC28J60 using EthernetENC and UIPEthernet libraries