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.
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)
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)
11
12
@@ -341,6 +342,7 @@ This library currently supports
341
342
1. STM32 boards with built-in Ethernet such as :
342
343
- Nucleo-144 (F429ZI, F767ZI)
343
344
- 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)
0 commit comments