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

Commit 51c8627

Browse files
authored
v1.3.0 to add support to LAN8720
### 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 4. Reduce compiled code size.
1 parent db06d22 commit 51c8627

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2109,6 +2109,9 @@ Submit issues to: [AsyncWebServer_STM32 issues](https://github.com/khoih-prog/As
21092109
3. Add debugging features.
21102110
4. Add AsyncUDP_STM32 to support Async UDP on STM32
21112111
5. Add Authentication support (MD5, SHA1).
2112+
6. Add support to **Ethernet LAN8720** using [STM32Ethernet library](https://github.com/stm32duino/STM32Ethernet), for boards such as **Nucleo-144 (F429ZI, NUCLEO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG), Discovery (DISCO_F746NG)** and **STM32F4 boards (BLACK_F407VE, BLACK_F407VG, BLACK_F407ZE, BLACK_F407ZG, BLACK_F407VE_Mini, DIYMORE_F407VGT, FK407M1)**. Tested on **STM32F4 BLACK_F407VE**.
2113+
7. Add Table-of-Contents and Version String
2114+
21122115

21132116
---
21142117
---
@@ -2120,6 +2123,7 @@ Submit issues to: [AsyncWebServer_STM32 issues](https://github.com/khoih-prog/As
21202123
1. Add support to **LAN8720** Ethernet for many **STM32F4** (F407xx, NUCLEO_F429ZI) and **STM32F7** (DISCO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG) boards.
21212124
2. Add LAN8720 examples
21222125
3. Add Packages' Patches for STM32 to use LAN8720 with STM32Ethernet and LwIP libraries
2126+
4. Reduce compiled code size.
21232127

21242128
### Releases v1.2.6
21252129

0 commit comments

Comments
 (0)