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

Releases: khoih-prog/AsyncHTTPRequest_Generic

Release v1.2.0 to add support to LAN8720 Ethernet for many STM32F4 and STM32F7 boards

12 Apr 04:37
2ad41ca
Compare
Choose a tag to compare

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

Version v1.1.5 to fix dependency on STM32AsyncTCP Library

23 Mar 00:24
0fd4700
Compare
Choose a tag to compare

Version v1.1.4 to fix `library.properties` dependency

22 Mar 14:58
0ea789e
Compare
Choose a tag to compare

Releases v1.1.4

  1. Fix library.properties dependency

Version v1.1.3 to fix bug and add support to ESP32-S2

25 Feb 21:55
c9be0bd
Compare
Choose a tag to compare

Releases v1.1.3

  1. Fix non-persistent Connection header bug. Check 'Connection' header expects 'disconnect' instead 'close' ? #13
  2. Add ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, etc.) support
  3. Tested with Latest ESP32 Core 1.0.5 for ESP32-based boards.

Version v1.1.2 to provide compatibility to ESPAsyncWebServer

11 Feb 20:04
5cb843c
Compare
Choose a tag to compare

Version v1.1.1 to prevent crash if request and/or method not correct.

24 Dec 04:41
5a5350b
Compare
Choose a tag to compare

Releases v1.1.1

  1. Prevent crash if request and/or method not correct.

Releases v1.1.0 to add PUT, PATCH, DELETE and HEAD methods

23 Dec 22:41
c11a245
Compare
Choose a tag to compare

Releases v1.1.0

  1. Add HTTP PUT, PATCH, DELETE and HEAD methods. Check Add support for sending PUT, PATCH, DELETE request
  2. Add Table of Contents
  3. Add Version String

Version v1.0.2 to make Mutex Lock and delete more reliable and error-proof to prevent random crash.

09 Nov 09:01
b5831c3
Compare
Choose a tag to compare

Releases v1.0.2

  1. 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

09 Oct 20:08
7635f3d
Compare
Choose a tag to compare

Releases v1.0.1

  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 Fix Multiple Definitions Linker Error

Initial Release v1.0.0 to add support to STM32F/L/H/G/WB/MP1 using built-in LAN8742A Ethernet

14 Sep 03:13
77e1683
Compare
Choose a tag to compare

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.

Currently Supported Boards

1. ESP32 and ESP8266

2. STM32F/L/H/G/WB/MP1 with built-in LAN8742A Ethernet.

  1. Nucleo-144 (F429ZI, F746ZG, F756ZG, F767ZI)
  2. Discovery STM32F746G-DISCOVERY
  3. Any STM32 boards with enough flash/memory and already configured to run LAN8742A Ethernet.