This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/Ethernet_Manager_STM32
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
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
Latest
Releases v1.3.2
- Use new Ethernet_Generic library as default for W5x00.
- Add example multiFileProject to demo how to avoid
multiple-definitions
linker error for multiple-file project - Rewrite all the examples to support new features
v1.3.1 to update `platform.ini` and `library.json`
Releases v1.3.1
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - 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.
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.0 to add Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header and use more efficient FlashStorage_STM32 library
Major Releases v1.2.0
- Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.
- Add functions to control Config Portal from software or Virtual Switches. Check How to trigger a Config Portal from code #25
- Use more efficient FlashStorage_STM32 v1.0.1
- Fix Config Portal Bug.
- Update examples
- Bump up to version v1.2.0 to sync with Ethernet_Manager
Version v1.0.1 to clean-up all compiler warnings possible.
Releases v1.0.1
- Clean-up all compiler warnings possible.
- 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.
Releases v1.0.0
- Initial coding to support STM32F/L/H/G/WB/MP1.
- Provide support to W5x00, ENC28J60 and built-in LAN8742A Ethernet.
- Supporting Ethernet, EthernetLarge, Ethernet2, Ethernet3, EthernetENC, UIPEthernet and STM32Ethernet Libraries