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

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.

22 Jun 04:53
d23ee73
Compare
Choose a tag to compare

Releases v1.3.0

  1. Fix multiple-definitions linker error.
  2. Update examples for new STM32 core v2.3.0
  3. Add example multiFileProject and multiFileProject_LAN8720 to demo for multiple-file project to avoid multiple-definitions linker error
  4. Update Packages' Patches

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

09 Oct 18:02
334669f
Compare
Choose a tag to compare

Releases v1.2.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.2.0 to add support to LAN8720 Ethernet for many STM32F4 and STM32F7 boards

12 Apr 02:43
bc12c39
Compare
Choose a tag to compare

Releases v1.2.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
  4. Add Table-of-Contents

Initial Release v1.1.0 to port ESPAsyncUDP to STM32 boards using built-in LAN8742A Ethernet

04 Sep 17:13
c5cfeb7
Compare
Choose a tag to compare

Initial Releases v1.1.0

  1. 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.
  2. Add more examples.
  3. Add debugging features.
  4. Bump up to v1.1.0 to sync with ESPAsyncUDP v1.1.0.