Khoi Hoang
2ad41cac89
v1.2.0 to add support to LAN8720 for STM32
...
### 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
v1.2.0
2021-04-12 00:34:01 -04:00
Khoi Hoang
89913afc29
v1.2.0 to add support to LAN8720 for STM32
...
### 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
2021-04-12 00:32:52 -04:00
Khoi Hoang
f9045d4f85
v1.1.5
...
### Releases v1.1.5
1. Fix dependency on unpublished [**STM32AsyncTCP Library**](https://github.com/philbowles/STM32AsyncTCP ). Check [Compilation broken due to error in STM32AsyncTCP dependency](https://github.com/khoih-prog/AsyncWebServer_STM32/issues/4 ) and [how to run one of the examples?](https://github.com/khoih-prog/AsyncWebServer_STM32/issues/2 ).
2021-03-22 20:48:42 -04:00
Khoi Hoang
0fd4700d36
v1.1.5
...
### Releases v1.1.5
1. Fix dependency on unpublished [**STM32AsyncTCP Library**](https://github.com/philbowles/STM32AsyncTCP ). Check [Compilation broken due to error in STM32AsyncTCP dependency](https://github.com/khoih-prog/AsyncWebServer_STM32/issues/4 ) and [how to run one of the examples?](https://github.com/khoih-prog/AsyncWebServer_STM32/issues/2 ).
v1.1.5
2021-03-22 20:22:33 -04:00
Khoi Hoang
0ea789ec47
v1.1.4
...
### Releases v1.1.4
1. Fix `library.properties` dependency
v1.1.4
2021-03-22 10:57:22 -04:00
Khoi Hoang
ee0c5d4612
v1.1.4
...
### Releases v1.1.4
1. Fix `library.properties` dependency on unpublished [STM32AsyncTCP](https://github.com/philbowles/STM32AsyncTCP ) creating error when installing this library using `Library Manager`
2021-03-22 09:53:43 -04:00
Khoi Hoang
21267b9adc
v1.1.4
...
### Releases v1.1.4
1. Fix `library.properties` dependency on unpublished [STM32AsyncTCP](https://github.com/philbowles/STM32AsyncTCP ) creating error when installing this library using `Library Manager`
2021-03-21 22:36:56 -04:00
Khoi Hoang
18f99ef29a
Update library.properties
2021-03-21 22:29:18 -04:00
Khoi Hoang
940e7f58c2
Update issue templates
2021-03-18 23:09:58 -04:00
Khoi Hoang
d1adb0f29e
Update Adafruit SAMD v1.6.6
2021-03-15 22:49:57 -04:00
Khoi Hoang
c9be0bdaab
Releases v1.1.3
...
### Releases v1.1.3
1. Fix non-persistent Connection header bug. Check [**'Connection' header expects 'disconnect' instead 'close' ? #13**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/13 )
2. Add ESP32-S2 support
3. Tested with [**Latest ESP32 Core 1.0.5**](https://github.com/espressif/arduino-esp32 ) for ESP32-based boards.
v1.1.3
2021-02-25 16:51:32 -05:00
Khoi Hoang
5cb843c636
v1.1.2
...
### Releases v1.1.2
1. Rename _lock and _unlock to avoid conflict with [**ESP32/ESP8266 AsyncWebServer**](https://github.com/me-no-dev/ESPAsyncWebServer ) library. Check [**compatibility with ESPAsyncWebServer #11**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/11 )
v1.1.2
2021-02-11 15:01:13 -05:00
Khoi Hoang
35d43080b4
v1.1.2
...
### Releases v1.1.2
1. Rename _lock and _unlock to avoid conflict with [**ESP32/ESP8266 AsyncWebServer**](https://github.com/me-no-dev/ESPAsyncWebServer ) library. Check [**compatibility with ESPAsyncWebServer #11**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/11 )
2021-02-11 15:00:45 -05:00
Khoi Hoang
2379954e53
v1.1.2
...
### Releases v1.1.2
1. Rename _lock and _unlock to avoid conflict with [**ESP32/ESP8266 AsyncWebServer**](https://github.com/me-no-dev/ESPAsyncWebServer ) library. Check [**compatibility with ESPAsyncWebServer #11**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/11 )
2. Fix compiler warnings.
2021-02-11 14:56:44 -05:00
Khoi Hoang
1153d520aa
v1.1.2
...
### Releases v1.1.2
1. Rename _lock and _unlock to avoid conflict with [**ESP32/ESP8266 AsyncWebServer**](https://github.com/me-no-dev/ESPAsyncWebServer ) library. Check [**compatibility with ESPAsyncWebServer #11**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/11 )
2. Fix compiler warnings.
2021-02-11 14:56:13 -05:00
Khoi Hoang
86a0c6495e
v1.1.2
...
### Releases v1.1.2
1. Rename _lock and _unlock to avoid conflict with [**ESP32/ESP8266 AsyncWebServer**](https://github.com/me-no-dev/ESPAsyncWebServer ) library. Check [**compatibility with ESPAsyncWebServer #11**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/11 )
2. Fix compiler warnings.
2021-02-11 14:49:32 -05:00
Khoi Hoang
b691c1b98b
v1.1.2
...
### Releases v1.1.2
1. Rename _lock and _unlock to avoid conflict with [**ESP32/ESP8266 AsyncWebServer**](https://github.com/me-no-dev/ESPAsyncWebServer ) library. Check [**compatibility with ESPAsyncWebServer #11**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/11 )
2. Fix compiler warnings.
2021-02-11 14:48:08 -05:00
Khoi Hoang
87984ddf22
Add example AsyncHTTPMultiRequests_ESP
2021-02-03 23:09:11 -05:00
Khoi Hoang
f2d87e5fe1
Update Adafruit SAMD v1.6.5
2021-02-01 21:46:56 -05:00
Khoi Hoang
17e1b04421
Update Licence from MIT to GPLv3
2021-01-16 13:24:34 -05:00
Khoi Hoang
5a5350b48a
v1.1.1
...
### Releases v1.1.1
1. Prevent crash if request and/or method not correct.
v1.1.1
2020-12-23 23:40:47 -05:00
Khoi Hoang
16d24257f8
Delete xbuf_Impl.h
2020-12-23 23:35:51 -05:00
Khoi Hoang
233dbbbbcd
v1.1.1
...
### Releases v1.1.1
1. Prevent crash if request and/or method not correct.
2020-12-23 23:35:07 -05:00
Khoi Hoang
c11a245270
Releases v1.1.0
...
### Releases v1.1.0
1. Add HTTP PUT, PATCH, DELETE and HEAD methods. Check [Add support for sending PUT, PATCH, DELETE request](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/5 )
2. Add Table of Contents
3. Add Version String
v1.1.0
2020-12-23 17:39:41 -05:00
Khoi Hoang
e7dabe52bc
Releases v1.1.0
...
### Releases v1.1.0
1. Add HTTP PUT, PATCH, DELETE and HEAD methods. Check [Add support for sending PUT, PATCH, DELETE request](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/5 )
2. Add Table of Contents
3. Add Version String
2020-12-23 17:35:01 -05:00
Khoi Hoang
ccad41d7a5
Update Packages_Patches for Arduino SAMD v1.8.10
...
Update Packages_Patches for Arduino SAMD v1.8.10
2020-12-18 13:40:40 -05:00
Khoi Hoang
34588d6b35
Update Packages_Patches for Arduino SAMD v1.8.10
...
Update Packages_Patches for Arduino SAMD v1.8.10
2020-12-18 13:33:06 -05:00
Khoi Hoang
b1d131492b
Update Packages_Patches for Arduino SAMD v1.8.10
...
Update Packages_Patches for Arduino SAMD v1.8.10
2020-12-18 13:30:54 -05:00
Khoi Hoang
2fab6bb4cf
Update Packages_Patches for Arduino SAMD v1.8.10
...
Update Packages_Patches for Arduino SAMD v1.8.10
2020-12-18 13:26:21 -05:00
Khoi Hoang
a2e850fb72
Add dependencies to library.json
...
Add dependencies to library.json
2020-11-25 16:13:30 -05:00
Khoi Hoang
b5831c36a1
v1.0.2
...
### Releases v1.0.2
1. Make Mutex Lock and delete more reliable and error-proof to prevent random crash.
v1.0.2
2020-11-09 03:59:44 -05:00
Khoi Hoang
2d31dc247c
Update SAMD Packages' Patches
...
1. Update Adafruit SAMD Packages' Patches from v1.6.3 to v1.6.4
2. Update Seeeduino SAMD Packages' Patches from v1.7.9 to v1.8.1
2020-11-08 13:52:26 -05:00
Khoi Hoang
b289d89f01
Update README.md and Packages Patches
...
Add note :
- HOWTO Use analogRead() with ESP32 running WiFi and/or BlueTooth (BT/BLE)
2020-10-21 14:42:58 -04:00
Khoi Hoang
1198d5a1b9
Update README.md
...
Add note :
- HOWTO Use analogRead() with ESP32 running WiFi and/or BlueTooth (BT/BLE)
2020-10-21 14:40:59 -04:00
Khoi Hoang
7635f3df69
v1.0.1
...
### 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](https://github.com/0xFEEDC0DE64 ) to report and make PR in [**Fixed linker errors when included in multiple .cpp files**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/pull/1 ). See [**HOWTO Fix `Multiple Definitions` Linker Error**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic#HOWTO-Fix-Multiple-Definitions-Linker-Error )
v1.0.1
2020-10-09 16:06:03 -04:00
Khoi Hoang
79d850ebed
Update
2020-10-01 21:49:35 -04:00
Khoi Hoang
461bf9de7d
Update library.json
2020-10-01 15:46:43 -04:00
Khoi Hoang
0024a79d2a
Update library.json
2020-09-16 11:15:57 -04:00
Khoi Hoang
81ebbc389a
Update README.md
2020-09-15 14:34:49 -04:00
Khoi Hoang
d02e8cbb54
Update README.md
2020-09-15 14:31:21 -04:00
Khoi Hoang
47fd60f7ca
Add more examples
2020-09-15 14:24:44 -04:00
Khoi Hoang
8c53d9534b
Add more examples
2020-09-15 13:46:54 -04:00
Khoi Hoang
77e1683627
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.
v1.0.0
2020-09-13 23:12:13 -04:00
Khoi Hoang
3160739eec
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.
2020-09-13 23:10:05 -04:00
Khoi Hoang
34e655efb8
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.
2020-09-13 23:05:46 -04:00