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

Commit e7d30f3

Browse files
authored
v1.1.1 to update PIO
### Releases v1.1.1 1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix
1 parent 66e2968 commit e7d30f3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+65
-173
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,7 +1728,7 @@ Following is debug terminal output when running example [MQTT_ThingStream](examp
17281728
```
17291729
Start MQTT_ThingStream on PORTENTA_H7_M7 with Ethernet using Portenta_Ethernet Library
17301730
Portenta_H7_AsyncTCP v1.1.0
1731-
Portenta_H7_AsyncWebServer v1.1.0
1731+
Portenta_H7_AsyncWebServer v1.1.1
17321732
Using mac index = 17
17331733
Connected! IP address: 192.168.2.87
17341734
***************************************
@@ -1753,7 +1753,7 @@ Following is debug terminal output when running example [WebClient](examples/Eth
17531753
```
17541754
Start WebClientRepeating on PORTENTA_H7_M7 with Ethernet using Portenta_Ethernet Library
17551755
Portenta_H7_AsyncTCP v1.1.0
1756-
Portenta_H7_AsyncWebServer v1.1.0
1756+
Portenta_H7_AsyncWebServer v1.1.1
17571757
Using mac index = 16
17581758
Connected! IP address: 192.168.2.87
17591759

@@ -1821,7 +1821,7 @@ Following is debug terminal output when running example [MQTTClient_Auth](exampl
18211821
```
18221822
Start MQTTClient_Auth on PORTENTA_H7_M7 with Ethernet using Portenta_Ethernet Library
18231823
Portenta_H7_AsyncTCP v1.1.0
1824-
Portenta_H7_AsyncWebServer v1.1.0
1824+
Portenta_H7_AsyncWebServer v1.1.1
18251825
Using mac index = 9
18261826
Connected! IP address: 192.168.2.87
18271827
Attempting MQTT connection to broker.emqx.io...connected
@@ -1842,7 +1842,7 @@ Following is debug terminal output when running example [MQTTClient_Basic](examp
18421842
```
18431843
Start MQTTClient_Basic on PORTENTA_H7_M7 with Ethernet using Portenta_Ethernet Library
18441844
Portenta_H7_AsyncTCP v1.1.0
1845-
Portenta_H7_AsyncWebServer v1.1.0
1845+
Portenta_H7_AsyncWebServer v1.1.1
18461846
Using mac index = 8
18471847
Connected! IP address: 192.168.2.87
18481848
Attempting MQTT connection to broker.emqx.io...connected
@@ -1861,7 +1861,7 @@ Following is debug terminal output when running example [Async_HTTPBasicAuth](ex
18611861
```
18621862
Start Async_HTTPBasicAuth on PORTENTA_H7_M7 with Ethernet using Portenta_Ethernet Library
18631863
Portenta_H7_AsyncTCP v1.1.0
1864-
Portenta_H7_AsyncWebServer v1.1.0
1864+
Portenta_H7_AsyncWebServer v1.1.1
18651865
Using mac index = 16
18661866
Connected! IP address: 192.168.2.87
18671867
Async_HttpBasicAuth started @ IP : 192.168.2.87
@@ -1891,7 +1891,7 @@ Following are debug terminal output and screen shots when running example [Async
18911891
```
18921892
Start Async_AdvancedWebServer on PORTENTA_H7_M7 with Ethernet using Portenta_Ethernet Library
18931893
Portenta_H7_AsyncTCP v1.1.0
1894-
Portenta_H7_AsyncWebServer v1.1.0
1894+
Portenta_H7_AsyncWebServer v1.1.1
18951895
Using mac index = 4
18961896
Connected! IP address: 192.168.2.87
18971897
HTTP EthernetWebServer is @ IP : 192.168.2.87
@@ -1912,7 +1912,7 @@ Following is the debug terminal and screen shot when running example [Async_Adva
19121912
```
19131913
Start Async_AdvancedWebServer on PORTENTA_H7_M7 with Portenta_H7 WiFi
19141914
Portenta_H7_AsyncTCP v1.1.0
1915-
Portenta_H7_AsyncWebServer v1.1.0
1915+
Portenta_H7_AsyncWebServer v1.1.1
19161916
Connecting to SSID: HueNet1
19171917
SSID: HueNet1
19181918
Local IP Address: 192.168.2.94

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
## Table of Contents
1212

1313
* [Changelog](#changelog)
14+
* [Releases v1.1.1](#Releases-v111)
1415
* [Releases v1.1.0](#Releases-v110)
1516
* [Initial Releases v1.0.0](#Initial-Releases-v100)
1617

@@ -19,6 +20,11 @@
1920

2021
## Changelog
2122

23+
### Releases v1.1.1
24+
25+
1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix
26+
27+
2228
### Releases v1.1.0
2329

2430
1. Add support to **Portenta_H7 boards** such as Portenta_H7 Rev2 ABX00042, etc., using [**ArduinoCore-mbed mbed_portenta** core](https://github.com/arduino/ArduinoCore-mbed) and `Murata WiFi`

examples/Ethernet/Async_AdvancedWebServer/Async_AdvancedWebServer.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@
3636
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3838
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
40-
Version: 1.1.0
41-
42-
Version Modified By Date Comments
43-
------- ----------- ---------- -----------
44-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
45-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
4639
*****************************************************************************************************************************/
4740

4841
#if !( defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4) )

examples/Ethernet/Async_HelloServer/Async_HelloServer.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
11-
12-
Version: 1.1.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
17-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1811
*****************************************************************************************************************************/
1912

2013
#if !( defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4) )

examples/Ethernet/Async_HelloServer2/Async_HelloServer2.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
11-
12-
Version: 1.1.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
17-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1811
*****************************************************************************************************************************/
1912

2013
#if !( defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4) )

examples/Ethernet/Async_HttpBasicAuth/Async_HttpBasicAuth.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
11-
12-
Version: 1.1.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
17-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1811
*****************************************************************************************************************************/
1912

2013
#if !( defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4) )

examples/Ethernet/Async_PostServer/Async_PostServer.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
11-
12-
Version: 1.1.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
17-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1811
*****************************************************************************************************************************/
1912

2013
#if !( defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4) )

examples/Ethernet/MQTTClient_Auth/MQTTClient_Auth.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
11-
12-
Version: 1.1.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
17-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1811
*****************************************************************************************************************************/
1912

2013
/*

examples/Ethernet/MQTTClient_Basic/MQTTClient_Basic.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
11-
12-
Version: 1.1.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
17-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1811
*****************************************************************************************************************************/
1912

2013
/*

examples/Ethernet/MQTT_ThingStream/MQTT_ThingStream.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
11-
12-
Version: 1.1.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
17-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1811
*****************************************************************************************************************************/
1912

2013
/*

examples/Ethernet/WebClient/WebClient.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
11-
12-
Version: 1.1.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
17-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1811
*****************************************************************************************************************************/
1912

2013

examples/Ethernet/WebClientRepeating/WebClientRepeating.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
11-
12-
Version: 1.1.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
17-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1811
*****************************************************************************************************************************/
1912

2013
#include "defines.h"

examples/WiFi/Async_AdvancedWebServer/Async_AdvancedWebServer.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@
3636
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3838
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
40-
Version: 1.1.0
41-
42-
Version Modified By Date Comments
43-
------- ----------- ---------- -----------
44-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
45-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
4639
*****************************************************************************************************************************/
4740

4841
#if !( defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4) )

examples/WiFi/Async_HelloServer/Async_HelloServer.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
11-
12-
Version: 1.1.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
17-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1811
*****************************************************************************************************************************/
1912

2013
#if !( defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4) )

examples/WiFi/Async_HelloServer2/Async_HelloServer2.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
11-
12-
Version: 1.1.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
17-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1811
*****************************************************************************************************************************/
1912

2013
#if !( defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4) )

examples/WiFi/Async_HttpBasicAuth/Async_HttpBasicAuth.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
11-
12-
Version: 1.1.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
17-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1811
*****************************************************************************************************************************/
1912

2013
#if !( defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4) )

examples/WiFi/Async_PostServer/Async_PostServer.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
11-
12-
Version: 1.1.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
17-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1811
*****************************************************************************************************************************/
1912

2013
#if !( defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4) )

examples/WiFi/MQTTClient_Auth/MQTTClient_Auth.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
11-
12-
Version: 1.1.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
17-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1811
*****************************************************************************************************************************/
1912

2013
/*

examples/WiFi/MQTTClient_Basic/MQTTClient_Basic.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
11-
12-
Version: 1.1.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
17-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1811
*****************************************************************************************************************************/
1912

2013
/*

examples/WiFi/MQTT_ThingStream/MQTT_ThingStream.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
11-
12-
Version: 1.1.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
17-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1811
*****************************************************************************************************************************/
1912

2013
/*

examples/WiFi/WebClient/WebClient.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
11-
12-
Version: 1.1.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
17-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1811
*****************************************************************************************************************************/
1912

2013

examples/WiFi/WebClientRepeating/WebClientRepeating.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
11-
12-
Version: 1.1.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
17-
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1811
*****************************************************************************************************************************/
1912

2013
#include "defines.h"

library.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Portenta_H7_AsyncWebServer",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"keywords": "http, async, websocket, webserver, async-webserver, async-tcp, async-udp, async-websocket, async-http, ssl, tls, mbed, mbed-portenta, portenta-h7, portentah7, portenta-h7-m7, portenta-h7-m4, portentah7-m7, portentah7-m4, stm32h7",
55
"description": "Asynchronous WebServer Library for STM32H7-based Portenta_H7 using mbed_portenta core. This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc.",
66
"authors":
@@ -12,7 +12,7 @@
1212
{
1313
"name": "Khoi Hoang",
1414
"url": "https://github.com/khoih-prog",
15-
"email": "khoih.prog@gmail.com",
15+
"email": "khoih-prog@gmail.com",
1616
"maintainer": true
1717
}
1818
],
@@ -32,7 +32,7 @@
3232
"dependencies":
3333
[
3434
{
35-
"owner": "khoih.prog",
35+
"owner": "khoih-prog",
3636
"name": "Portenta_H7_AsyncTCP",
3737
"version": "^1.1.0"
3838
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Portenta_H7_AsyncWebServer
2-
version=1.1.0
2+
version=1.1.1
33
author=Hristo Gochkov,Khoi Hoang
44
maintainer=Khoi Hoang <khoih.prog@gmail.com>
55
sentence=Asynchronous WebServer Library for STM32H7-based Portenta_H7 using mbed_portenta core.

0 commit comments

Comments
 (0)