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

Commit 7713be6

Browse files
authored
v1.2.0 to fix crashing issue
### Releases v1.2.0 1. Fix crashing issue in mbed_portenta v2.6.1+. To be used with [**Portenta_H7_AsyncTCP releases v1.3.0+**](https://github.com/khoih-prog/Portenta_H7_AsyncTCP/releases/tag/v1.3.0)
1 parent 1a2e00d commit 7713be6

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

src/libb64/cdecode.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1313
Licensed under GPLv3 license
1414
15-
Version: 1.1.1
15+
Version: 1.2.0
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
1919
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
2020
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
2121
1.1.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
22+
1.2.0 K Hoang 07/12/2021 Fix crashing issue
2223
*****************************************************************************************************************************/
2324

2425
#include "cdecode.h"

src/libb64/cdecode.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1313
Licensed under GPLv3 license
1414
15-
Version: 1.1.1
15+
Version: 1.2.0
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
1919
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
2020
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
2121
1.1.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
22+
1.2.0 K Hoang 07/12/2021 Fix crashing issue
2223
*****************************************************************************************************************************/
2324

2425
#pragma once

src/libb64/cencode.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1313
Licensed under GPLv3 license
1414
15-
Version: 1.1.1
15+
Version: 1.2.0
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
1919
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
2020
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
2121
1.1.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
22+
1.2.0 K Hoang 07/12/2021 Fix crashing issue
2223
*****************************************************************************************************************************/
2324

2425
#include "cencode.h"

src/libb64/cencode.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1313
Licensed under GPLv3 license
1414
15-
Version: 1.1.1
15+
Version: 1.2.0
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
1919
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
2020
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
2121
1.1.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
22+
1.2.0 K Hoang 07/12/2021 Fix crashing issue
2223
*****************************************************************************************************************************/
2324

2425
#pragma once

0 commit comments

Comments
 (0)