This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/AsyncUDP_STM32
Releases · khoih-prog/AsyncUDP_STM32
v1.3.0 to fix multiple-definitions linker error, to update examples for new STM32 core v2.3.0, etc.
v1.3.0 to fix multiple-definitions linker error, to update examples for new STM32 core v2.3.0, etc.
Latest
Releases v1.3.0
- Fix multiple-definitions linker error.
- Update examples for new STM32 core v2.3.0
- Add example multiFileProject and multiFileProject_LAN8720 to demo for multiple-file project to avoid
multiple-definitions
linker error - Update
Packages' Patches
v1.2.1 to update `platform.ini` and `library.json`
Releases v1.2.1
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update
Packages' Patches
Release v1.2.0 to add support to LAN8720 Ethernet for many STM32F4 and STM32F7 boards
Releases v1.2.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
- Add Table-of-Contents
Initial Release v1.1.0 to port ESPAsyncUDP to STM32 boards using built-in LAN8742A Ethernet
Initial Releases v1.1.0
- Initial coding to port ESPAsyncUDP to STM32 boards using builtin LAN8742A Ethernet. More supports will be added gradually later, such as other Ethernet / WiFi shields.
- Add more examples.
- Add debugging features.
- Bump up to v1.1.0 to sync with ESPAsyncUDP v1.1.0.