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

Commit 3160739

Browse files
authored
v1.0.0
### Releases v1.0.0 1. Initial coding to add support to STM32F/L/H/G/WB/MP1 using built-in Ethernet (Nucleo-144, DISCOVERY, etc). 2. Add examples using STM32 boards.
1 parent 34e655e commit 3160739

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,6 @@
99
---
1010
---
1111

12-
### Releases v1.0.0
13-
14-
1. Initial coding to add support to STM32F/L/H/G/WB/MP1 using built-in Ethernet (Nucleo-144, DISCOVERY, etc).
15-
2. Add examples using STM32 boards.
16-
17-
#### Currently Supported Boards
18-
19-
#### 1. ESP32 and ESP8266
20-
21-
#### 2. STM32F/L/H/G/WB/MP1 with built-in LAN8742A Ethernet.
22-
23-
1. Nucleo-144 (F429ZI, F746ZG, F756ZG, F767ZI)
24-
2. Discovery STM32F746G-DISCOVERY
25-
3. Any STM32 boards with enough flash/memory and already configured to run LAN8742A Ethernet.
26-
27-
---
28-
---
29-
3012
## Why do we need this Async [AsyncHTTPRequest_Generic library](https://github.com/khoih-prog/AsyncHTTPRequest_Generic)
3113

3214
### AsyncHTTPRequest_Generic for ESP32, ESP8266 using built-in WiFi and STM32 boards using built-in LAN8742A Ethernet
@@ -69,6 +51,24 @@ Chunked responses are recognized and handled transparently.
6951
---
7052
---
7153

54+
### Releases v1.0.0
55+
56+
1. Initial coding to add support to STM32F/L/H/G/WB/MP1 using built-in Ethernet (Nucleo-144, DISCOVERY, etc).
57+
2. Add examples using STM32 boards.
58+
59+
#### Currently Supported Boards
60+
61+
#### 1. ESP32 and ESP8266
62+
63+
#### 2. STM32F/L/H/G/WB/MP1 with built-in LAN8742A Ethernet.
64+
65+
1. Nucleo-144 (F429ZI, F746ZG, F756ZG, F767ZI)
66+
2. Discovery STM32F746G-DISCOVERY
67+
3. Any STM32 boards with enough flash/memory and already configured to run LAN8742A Ethernet.
68+
69+
---
70+
---
71+
7272
## Prerequisite
7373

7474
1. [`Arduino IDE 1.8.12+` for Arduino](https://www.arduino.cc/en/Main/Software)
@@ -670,6 +670,7 @@ If you want to contribute to this project:
670670
## Copyright
671671

672672
Copyright (C) <2018> <Bob Lemaire, IoTaWatt, Inc.>
673+
673674
Copyright 2020- Khoi Hoang
674675

675676

0 commit comments

Comments
 (0)