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

Commit 7ad82c9

Browse files
authored
v1.2.0
### 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
1 parent 49360e7 commit 7ad82c9

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -951,13 +951,16 @@ Connect FDTI (USB to Serial) as follows:
951951
2. [HelloServer](examples/HelloServer)
952952
3. [HelloServer2](examples/HelloServer2)
953953
4. [HttpBasicAuth](examples/HttpBasicAuth)
954-
5. [PostServer](examples/PostServer)
955-
6. [SimpleAuthentication](examples/SimpleAuthentication)
956-
7. [UdpNTPClient](examples/UdpNTPClient)
957-
8. [UdpSendReceive](examples/UdpSendReceive)
958-
9. [WebClient](examples/WebClient)
959-
10. [WebClientRepeating](examples/WebClientRepeating)
960-
11. [WebServer](examples/WebServer)
954+
5. [**MQTTClient_Auth**](examples/MQTTClient_Auth)
955+
6. [**MQTTClient_Basic**](examples/MQTTClient_Basic)
956+
7. [**MQTT_ThingStream**](examples/MQTT_ThingStream)
957+
8. [PostServer](examples/PostServer)
958+
9. [SimpleAuthentication](examples/SimpleAuthentication)
959+
10. [UdpNTPClient](examples/UdpNTPClient)
960+
11. [UdpSendReceive](examples/UdpSendReceive)
961+
12. [WebClient](examples/WebClient)
962+
13. [WebClientRepeating](examples/WebClientRepeating)
963+
14. [WebServer](examples/WebServer)
961964

962965
#### HTTP and WebSocket Client New Examples
963966

0 commit comments

Comments
 (0)