You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
### 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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@
142
142
*[10. MQTTS_ThingStream on NUCLEO_F767ZI using ENC28J60 and EthernetENC Library](#10-mqtts_thingstream-on-nucleo_f767zi-using-enc28j60-and-ethernetenc-library)
143
143
*[11. MQTTS_ThingStream on NUCLEO_F767ZI using W5x00 and Ethernet3 Library](#11-mqtts_thingstream-on-nucleo_f767zi-using-w5x00-and-ethernet3-library)
144
144
*[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)
146
146
*[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)
147
147
*[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)
148
148
*[Debug](#debug)
@@ -1197,7 +1197,7 @@ Connect as follows. To program, use **STM32CubeProgrammer** or Arduino IDE with
@@ -2381,7 +2381,7 @@ MQTT Message Send : esp32-sniffer/12345678/ble => Hello from MQTTS_ThingStream o
2381
2381
2382
2382
---
2383
2383
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
2385
2385
2386
2386
The terminal output of **BLACK_F407VE with LAN8720 Ethernet and STM32Ethernet Library** running [WebClient_SSL_LAN8720 example](examples/STM32_LAN8720/WebClient_SSL_LAN8720)
2387
2387
@@ -2463,7 +2463,7 @@ Received 3059 bytes in 0.4299 s, rate = 7.12 kbytes/second
2463
2463
2464
2464
---
2465
2465
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
2467
2467
2468
2468
The terminal output of **BLACK_F407VE with LAN8720 Ethernet and STM32Ethernet Library** running [MQTTClient_SSL_LAN8720 example](examples/STM32_LAN8720/MQTTClient_SSL_LAN8720)
2469
2469
@@ -2487,7 +2487,7 @@ Message arrived [STM32_Pub] Hello from MQTTClient_SSL_LAN8720 on BLACK_F407VE
2487
2487
2488
2488
---
2489
2489
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
2491
2491
2492
2492
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)
0 commit comments