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

Commit 07ce1b1

Browse files
authored
Update support to all STM32 with built-in Ethernet
This library currently supports 1. STM32 boards with built-in Ethernet such as : - ***Nucleo-144 (F429ZI, F767ZI)*** - ***Discovery (STM32F746G-DISCOVERY)*** - ***All STM32 Boards with Built-in Ethernet***, See [How To Use Built-in Ethernet](#1) 2. ***STM32 boards (with 64+K Flash) running EMC28J60 shields*** 3. See [EthernetWebServer Library Issue 1](khoih-prog/EthernetWebServer#1) for reason to create this separate library from [EthernetWebServer library](https://github.com/khoih-prog/EthernetWebServer)
1 parent 5ed75a4 commit 07ce1b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This library currently supports
66
1. STM32 boards with built-in Ethernet such as :
77
- ***Nucleo-144 (F429ZI, F767ZI)***
88
- ***Discovery (STM32F746G-DISCOVERY)***
9+
- ***All STM32 Boards with Built-in Ethernet***, See [How To Use Built-in Ethernet](https://github.com/khoih-prog/EthernetWebServer_STM32/issues/1)
910
2. ***STM32 boards (with 64+K Flash) running EMC28J60 shields***
1011
3. 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)
1112

@@ -341,6 +342,7 @@ This library currently supports
341342
1. STM32 boards with built-in Ethernet such as :
342343
- Nucleo-144 (F429ZI, F767ZI)
343344
- Discovery (STM32F746G-DISCOVERY)
345+
- All STM32 Boards with Built-in Ethernet, See [How To Use Built-in Ethernet](https://github.com/khoih-prog/EthernetWebServer_STM32/issues/1)
344346
345347
2. STM32 boards (with 64+K Flash) running EMC28J60 shields
346348
- Nucleo-144

0 commit comments

Comments
 (0)