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

Commit b68934a

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
1 parent a849f70 commit b68934a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
* [10. MQTTS_ThingStream on NUCLEO_F767ZI using ENC28J60 and EthernetENC Library](#10-mqtts_thingstream-on-nucleo_f767zi-using-enc28j60-and-ethernetenc-library)
143143
* [11. MQTTS_ThingStream on NUCLEO_F767ZI using W5x00 and Ethernet3 Library](#11-mqtts_thingstream-on-nucleo_f767zi-using-w5x00-and-ethernet3-library)
144144
* [12. MQTTS_ThingStream_LAN8720 on BLACK_F407VE with LAN8720 Ethernet and STM32Ethernet Library](#12-mqtts_thingstream_lan8720-on-black_f407ve-with-lan8720-ethernet-and-stm32ethernet-library)
145-
* [13. WebClient_SSL_LAN8720 on BLACK_F407VE with LAN8720 Ethernet and STM32Ethernet Library](#13-webclient_ssl_lan8720-on-black_f407ve-with-lan8720-ethernet-and-stm32ethernet-library)
145+
* [13. WebClient_SSL_LAN8720 on BLACK_F407VE with LAN8720 Ethernet and STM32Ethernet Library](#13-webclient_ssl_lan8720-on-black_f407ve-with-lan8720-ethernet-stm32ethernet-library)
146146
* [14. MQTTClient_SSL_LAN8720 on BLACK_F407VE with LAN8720 Ethernet and STM32Ethernet Library](#14-mqttclient_ssl_lan8720-on-black_f407ve-with-lan8720-ethernet-and-stm32ethernet-library)
147147
* [15. MQTTClient_SSL_Complex_LAN8720 on BLACK_F407VE with LAN8720 Ethernet and STM32Ethernet Library](#15-mqttclient_ssl_complex_lan8720-on-black_f407ve-with-lan8720-ethernet-and-stm32ethernet-library)
148148
* [Debug](#debug)
@@ -1197,7 +1197,7 @@ Connect as follows. To program, use **STM32CubeProgrammer** or Arduino IDE with
11971197

11981198

11991199
<p align="center">
1200-
<img src="https://github.com/khoih-prog/EthernetWebServer_STM32/blob/master/pics/STM32F407VET6.png">
1200+
<img src="https://github.com/khoih-prog/EthernetWebServer_SSL_STM32/blob/master/pics/STM32F407VET6.png">
12011201
</p>
12021202

12031203
---
@@ -2381,7 +2381,7 @@ MQTT Message Send : esp32-sniffer/12345678/ble => Hello from MQTTS_ThingStream o
23812381

23822382
---
23832383

2384-
#### 13. WebClient_SSL_LAN8720 on BLACK_F407VE with LAN8720 Ethernet & STM32Ethernet Library
2384+
#### 13. WebClient_SSL_LAN8720 on BLACK_F407VE with LAN8720 Ethernet and STM32Ethernet Library
23852385

23862386
The terminal output of **BLACK_F407VE with LAN8720 Ethernet and STM32Ethernet Library** running [WebClient_SSL_LAN8720 example](examples/STM32_LAN8720/WebClient_SSL_LAN8720)
23872387

@@ -2463,7 +2463,7 @@ Received 3059 bytes in 0.4299 s, rate = 7.12 kbytes/second
24632463

24642464
---
24652465

2466-
#### 14. MQTTClient_SSL_LAN8720 on BLACK_F407VE with LAN8720 Ethernet & STM32Ethernet Library
2466+
#### 14. MQTTClient_SSL_LAN8720 on BLACK_F407VE with LAN8720 Ethernet and STM32Ethernet Library
24672467

24682468
The terminal output of **BLACK_F407VE with LAN8720 Ethernet and STM32Ethernet Library** running [MQTTClient_SSL_LAN8720 example](examples/STM32_LAN8720/MQTTClient_SSL_LAN8720)
24692469

@@ -2487,7 +2487,7 @@ Message arrived [STM32_Pub] Hello from MQTTClient_SSL_LAN8720 on BLACK_F407VE
24872487

24882488
---
24892489

2490-
#### 15. MQTTClient_SSL_Complex_LAN8720 on BLACK_F407VE with LAN8720 Ethernet & STM32Ethernet Library
2490+
#### 15. MQTTClient_SSL_Complex_LAN8720 on BLACK_F407VE with LAN8720 Ethernet and STM32Ethernet Library
24912491

24922492
The terminal output of **BLACK_F407VE with LAN8720 Ethernet and STM32Ethernet Library** running [MQTTClient_SSL_Complex_LAN8720 example](examples/STM32_LAN8720/MQTTClient_SSL_Complex_LAN8720)
24932493

pics/LAN8720_STM32F4_Wiring.png

23.8 KB
Loading

pics/STM32F407VET6.png

569 KB
Loading

0 commit comments

Comments
 (0)