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

Commit 5ed75a4

Browse files
authored
Update README.md
Add list of supported boards
1 parent 01cd0d8 commit 5ed75a4

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This library currently supports
77
- ***Nucleo-144 (F429ZI, F767ZI)***
88
- ***Discovery (STM32F746G-DISCOVERY)***
99
2. ***STM32 boards (with 64+K Flash) running EMC28J60 shields***
10+
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)
1011

1112
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.
1213

@@ -340,14 +341,36 @@ This library currently supports
340341
1. STM32 boards with built-in Ethernet such as :
341342
- Nucleo-144 (F429ZI, F767ZI)
342343
- Discovery (STM32F746G-DISCOVERY)
344+
343345
2. STM32 boards (with 64+K Flash) running EMC28J60 shields
346+
- Nucleo-144
347+
- Nucleo-64
348+
- Discovery
349+
- STM32MP1
350+
- Generic STM32F1 (with 64+K Flash): C8 and up
351+
- Generic STM32F4
352+
- STM32L0
353+
- LoRa boards
354+
- 3-D printer boards
355+
- Generic Flight Controllers
356+
- Midatronics boards
357+
358+
and these boards are not supported:
359+
360+
- Nucleo-32 (small Flash/memory)
361+
- Eval (no Serial, just need to redefine in sketch, library and UIPEthernet)
362+
- Generic STM32F0 (small Flash/memory)
363+
- Generic STM32F1 (with <64K Flash): C6
364+
- Generic STM32F3 : no HardwareSPI.h
365+
- Electronics Speed Controllers (small Flash/memory)
366+
344367
3. HTTP Server and Client
345368
4. HTTP GET and POST requests, provides argument parsing, handles one client at a time.
346369
347370
## TO DO
348371
1. Bug Searching and Killing
349372
2. Add SSL/TLS Client and Server support
350-
3. Support more types of boards using Ethernet shields.
373+
3. Support more types of Ethernet shields such as W5x00, etc.
351374
352375
353376
### Contributions and thanks

0 commit comments

Comments
 (0)