|
9 | 9 | ---
|
10 | 10 | ---
|
11 | 11 |
|
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 |
| - |
30 | 12 | ## Why do we need this Async [AsyncHTTPRequest_Generic library](https://github.com/khoih-prog/AsyncHTTPRequest_Generic)
|
31 | 13 |
|
32 | 14 | ### 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.
|
69 | 51 | ---
|
70 | 52 | ---
|
71 | 53 |
|
| 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 | + |
72 | 72 | ## Prerequisite
|
73 | 73 |
|
74 | 74 | 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:
|
670 | 670 | ## Copyright
|
671 | 671 |
|
672 | 672 | Copyright (C) <2018> <Bob Lemaire, IoTaWatt, Inc.>
|
| 673 | + |
673 | 674 | Copyright 2020- Khoi Hoang
|
674 | 675 |
|
675 | 676 |
|
|
0 commit comments