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

Releases: khoih-prog/Ethernet_Manager_STM32

v1.3.2 to use Ethernet_Generic library, to add example multiFileProject to demo how to avoid `multiple-definitions` linker error for multiple-file project

10 Apr 23:13
b499e85
Compare
Choose a tag to compare

Releases v1.3.2

  1. Use new Ethernet_Generic library as default for W5x00.
  2. Add example multiFileProject to demo how to avoid multiple-definitions linker error for multiple-file project
  3. Rewrite all the examples to support new features

v1.3.1 to update `platform.ini` and `library.json`

11 Oct 05:58
032001c
Compare
Choose a tag to compare

Releases v1.3.1

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix
  2. Update Packages' Patches

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 23:40
22a4ea5
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.0 to add Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header and use more efficient FlashStorage_STM32 library

23 Feb 23:57
5d0c3ae
Compare
Choose a tag to compare

Major Releases v1.2.0

  1. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.
  2. Add functions to control Config Portal from software or Virtual Switches. Check How to trigger a Config Portal from code #25
  3. Use more efficient FlashStorage_STM32 v1.0.1
  4. Fix Config Portal Bug.
  5. Update examples
  6. Bump up to version v1.2.0 to sync with Ethernet_Manager

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

29 Dec 21:45
ea96a10
Compare
Choose a tag to compare

Releases v1.0.1

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

Initial Release v1.0.0 to support STM32F/L/H/G/WB/MP1 using W5x00, ENC28J60 or built-in LAN8742A Ethernet.

17 Dec 06:53
2b91f7e
Compare
Choose a tag to compare

Releases v1.0.0

  1. Initial coding to support STM32F/L/H/G/WB/MP1.
  2. Provide support to W5x00, ENC28J60 and built-in LAN8742A Ethernet.
  3. Supporting Ethernet, EthernetLarge, Ethernet2, Ethernet3, EthernetENC, UIPEthernet and STM32Ethernet Libraries