|
7 | 7 | 1. Add support to ***W5x00*** Ethernet shields to all STM32 boards having 64+K bytes Flash. |
8 | 8 |
|
9 | 9 | This library currently supports |
10 | | -1. STM32 boards with built-in Ethernet such as : |
| 10 | +1. STM32 boards with built-in Ethernet LAN8742A such as : |
11 | 11 | - ***Nucleo-144 (F429ZI, F767ZI)*** |
12 | 12 | - ***Discovery (STM32F746G-DISCOVERY)*** |
13 | 13 | - ***All STM32 Boards with Built-in Ethernet***, See [How To Use Built-in Ethernet](https://github.com/khoih-prog/EthernetWebServer_STM32/issues/1) |
14 | 14 | 2. ***STM32 boards (with 64+K Flash) running ENC28J60 shields*** |
15 | 15 | 3. ***STM32 boards (with 64+K Flash) running W5x00 shields*** |
16 | 16 | 4. See [EthernetWebServer Library Issue 1](https://github.com/khoih-prog/EthernetWebServer/issues/1) for reason to create this separate library from [EthernetWebServer library](https://github.com/khoih-prog/EthernetWebServer) |
17 | 17 |
|
18 | | -This is simple yet complete WebServer library for `STM32` boards running built-in Ethernet (Nucleo-144, Discovery) or EMC28J60 Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. |
| 18 | +This is simple yet complete WebServer library for `STM32` boards running built-in Ethernet LAN8742A (Nucleo-144, Discovery) or EMC28J60 Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. |
19 | 19 |
|
20 | 20 | The library supports |
21 | 21 | 1. HTTP Server and Client |
@@ -344,10 +344,10 @@ HTTP EthernetWebServer is @ IP : 192.168.2.100 |
344 | 344 |
|
345 | 345 | ### Version v1.0.0 |
346 | 346 |
|
347 | | -This is simple yet complete WebServer library for `STM32` boards running built-in Ethernet (Nucleo-144, Discovery) or EMC28J60 Ethernet shields. ***The functions are similar and compatible to ESP8266/ESP32 WebServer libraries*** to make life much easier to port sketches from ESP8266/ESP32. |
| 347 | +This is simple yet complete WebServer library for `STM32` boards running built-in Ethernet LAN8742A (Nucleo-144, Discovery) or EMC28J60 Ethernet shields. ***The functions are similar and compatible to ESP8266/ESP32 WebServer libraries*** to make life much easier to port sketches from ESP8266/ESP32. |
348 | 348 |
|
349 | 349 | This library currently supports |
350 | | -1. STM32 boards with built-in Ethernet such as : |
| 350 | +1. STM32 boards with built-in Ethernet LAN8742A such as : |
351 | 351 | - Nucleo-144 (F429ZI, F767ZI) |
352 | 352 | - Discovery (STM32F746G-DISCOVERY) |
353 | 353 | - All STM32 Boards with Built-in Ethernet, See [How To Use Built-in Ethernet](https://github.com/khoih-prog/EthernetWebServer_STM32/issues/1) |
|
0 commit comments