This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/AsyncHTTPRequest_Generic
Releases · khoih-prog/AsyncHTTPRequest_Generic
Release v1.2.0 to add support to LAN8720 Ethernet for many STM32F4 and STM32F7 boards
Releases v1.2.0
- Add support to LAN8720 Ethernet for many STM32F4 (F407xx, NUCLEO_F429ZI) and STM32F7 (DISCO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG) boards.
- Add LAN8720 examples
- Add Packages' Patches for STM32 to use LAN8720 with STM32Ethernet and LwIP libraries
- Update ESP_WiFiManager-related example to fix multiWiFi timings to work better with latest esp32 core v1.0.6
Version v1.1.5 to fix dependency on STM32AsyncTCP Library
Releases v1.1.5
- Fix dependency on unpublished STM32AsyncTCP Library. Check Compilation broken due to error in STM32AsyncTCP dependency and how to run one of the examples?.
Version v1.1.4 to fix `library.properties` dependency
Releases v1.1.4
- Fix
library.properties
dependency
Version v1.1.3 to fix bug and add support to ESP32-S2
Releases v1.1.3
- Fix non-persistent Connection header bug. Check 'Connection' header expects 'disconnect' instead 'close' ? #13
- Add ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, etc.) support
- Tested with Latest ESP32 Core 1.0.5 for ESP32-based boards.
Version v1.1.2 to provide compatibility to ESPAsyncWebServer
Releases v1.1.2
- Rename _lock and _unlock to avoid conflict with ESP32/ESP8266 AsyncWebServer library. Check compatibility with ESPAsyncWebServer #11
Version v1.1.1 to prevent crash if request and/or method not correct.
Releases v1.1.1
- Prevent crash if request and/or method not correct.
Releases v1.1.0 to add PUT, PATCH, DELETE and HEAD methods
Releases v1.1.0
- Add HTTP PUT, PATCH, DELETE and HEAD methods. Check Add support for sending PUT, PATCH, DELETE request
- Add Table of Contents
- Add Version String
Version v1.0.2 to make Mutex Lock and delete more reliable and error-proof to prevent random crash.
Releases v1.0.2
- Make Mutex Lock and delete more reliable and error-proof to prevent random crash.
Version v1.0.1 to restore cpp code besides Impl.h code to use in case of Multiple-Definition Linker error
Releases v1.0.1
- Restore cpp code besides Impl.h code to use in case of
multiple definition
linker error. Thanks to Daniel Brunner to report and make PR in Fixed linker errors when included in multiple .cpp files. See HOWTO FixMultiple Definitions
Linker Error
Initial Release v1.0.0 to add support to STM32F/L/H/G/WB/MP1 using built-in LAN8742A Ethernet
Releases v1.0.0
- Initial coding to add support to STM32F/L/H/G/WB/MP1 using built-in Ethernet (Nucleo-144, DISCOVERY, etc).
- Add examples using STM32 boards.
Currently Supported Boards
1. ESP32 and ESP8266
2. STM32F/L/H/G/WB/MP1 with built-in LAN8742A Ethernet.
- Nucleo-144 (F429ZI, F746ZG, F756ZG, F767ZI)
- Discovery STM32F746G-DISCOVERY
- Any STM32 boards with enough flash/memory and already configured to run LAN8742A Ethernet.