mirror of
https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git
synced 2026-01-26 00:52:26 +01:00
### Releases v1.2.0 1. Add support to **LAN8720** Ethernet for many **STM32F4** (F407xx, NUCLEO_F429ZI) and **STM32F7** (DISCO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG) boards. 2. Add LAN8720 examples 3. Add Packages' Patches for STM32 to use LAN8720 with STM32Ethernet and LwIP libraries 4. Update ESP_WiFiManager-related example to fix multiWiFi timings to work better with latest esp32 core v1.0.6
70 lines
1.9 KiB
JSON
70 lines
1.9 KiB
JSON
{
|
|
"name":"AsyncHTTPRequest_Generic",
|
|
"version": "1.2.0",
|
|
"description":"Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32-S2), ESP8266 and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.",
|
|
"keywords":"communication, async, tcp, http, ESP8266, ESP32, ESP32-S2, ESPAsyncTCP, AsyncTCP, stm32, ethernet, wifi, lan8742a, lan8720, f407ve, nucleo, nucleo-144, stm32f7, stm32f4",
|
|
"authors": [
|
|
{
|
|
"name": "Bob Lemaire",
|
|
"url": "https://github.com/boblemaire"
|
|
},
|
|
{
|
|
"name": "Khoi Hoang",
|
|
"url": "https://github.com/khoih-prog",
|
|
"email": "khoih.prog@gmail.com",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic"
|
|
},
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"dependencies":
|
|
[
|
|
{
|
|
"owner": "me-no-dev",
|
|
"name": "AsyncTCP",
|
|
"version": ">=1.1.1",
|
|
"platforms": ["espressif32"]
|
|
},
|
|
{
|
|
"owner": "me-no-dev",
|
|
"name": "ESPAsyncTCP",
|
|
"version": ">=1.2.2",
|
|
"platforms": "espressif8266"
|
|
},
|
|
{
|
|
"owner": "khoih.prog",
|
|
"name": "ESPAsync_WiFiManager",
|
|
"version": ">=1.6.2",
|
|
"platforms": ["espressif8266", "espressif32"]
|
|
},
|
|
{
|
|
"owner": "stm32duino",
|
|
"name": "STM32duino LwIP",
|
|
"version": ">=2.1.2",
|
|
"platforms": "ststm32"
|
|
},
|
|
{
|
|
"owner": "stm32duino",
|
|
"name": "STM32Ethernet",
|
|
"version": ">=1.2.0",
|
|
"platforms": "ststm32"
|
|
},
|
|
{
|
|
"owner": "lorol",
|
|
"name": "LittleFS_esp32",
|
|
"version": ">=1.0.6",
|
|
"platforms": ["espressif32"]
|
|
},
|
|
{
|
|
"name": "STM32AsyncTCP",
|
|
"version": "https://github.com/khoih-prog/STM32AsyncTCP"
|
|
}
|
|
],
|
|
"platforms": ["espressif8266", "espressif32", "ststm32"]
|
|
}
|