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

Commit 95d28d5

Browse files
authored
v1.5.1 to update PIO
### Release v1.5.1 1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix 2. Update `Packages' Patches`
1 parent 776775a commit 95d28d5

19 files changed

+117
-79
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
1515
Please ensure to specify the following:
1616

1717
* Arduino IDE version (e.g. 1.8.16) or Platform.io version
18-
* Board Core Version (e.g. Arduino SAMDUE core v1.6.12, ESP8266 core v3.0.2, ArduinoCore-mbed v2.4.1, etc.)
18+
* Board Core Version (e.g. Arduino SAMDUE core v1.6.12, ESP8266 core v3.0.2, ArduinoCore-mbed v2.5.2, etc.)
1919
* Contextual information (e.g. what you were trying to achieve)
2020
* Simplest possible steps to reproduce
2121
* Anything that might be relevant in your opinion, such as:
@@ -28,9 +28,9 @@ Please ensure to specify the following:
2828
```
2929
Arduino IDE version: 1.8.16
3030
RASPBERRY_PI_PICO board
31-
ArduinoCore-mbed v2.4.1
31+
ArduinoCore-mbed v2.5.2
3232
OS: Ubuntu 20.04 LTS
33-
Linux xy-Inspiron-3593 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
33+
Linux xy-Inspiron-3593 5.4.0-86-generic #97-Ubuntu SMP Fri Sep 17 19:19:40 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
3434
3535
Context:
3636
I encountered a crash while trying to use the Timer Interrupt.

README.md

Lines changed: 72 additions & 55 deletions
Large diffs are not rendered by default.

changelog.md

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

1414
* [Changelog](#changelog)
15+
* [Release v1.5.1](#release-v151)
1516
* [Major Release v1.5.0](#major-release-v150)
1617
* [Major Release v1.4.0](#major-release-v140)
1718
* [Release v1.3.1](#release-v131)
@@ -28,6 +29,11 @@
2829

2930
## Changelog
3031

32+
### Release v1.5.1
33+
34+
1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix
35+
2. Update `Packages' Patches`
36+
3137
### Major Release v1.5.0
3238

3339
1. Add support to **Portenta_H7**, using either WiFi or Vision-shield Ethernet

library.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MySQL_MariaDB_Generic",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"keywords": "Communication, Database, Storage, MySQL, MariaDB, wt32-eth01, Teensy, SAMD, nRF52, W5x00, Ethernet, wifi, wifinina, lan8720, rp2040, nano-33-iot, nano-rp2040-connect, QNEthernet, native-ethernet, Portenta-H7, SAM DUE, ENC28J60, rpi-pico, Arduino, AVR",
55
"description": "Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, Portenta_H7, etc. with W5x00, ENC28J60 Ethernet, Teensy 4.1 NativeEthernet/QNEthernet, WiFiNINA modules/shields or Portenta_H7 WiFi/Ethernet. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library. Now accepting server's hostname, besides IPAddress",
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,13 +32,13 @@
3232
"dependencies":
3333
[
3434
{
35-
"owner": "khoih.prog",
35+
"owner": "khoih-prog",
3636
"name": "WiFiNINA_Generic",
3737
"version": "^1.8.13",
3838
"platforms": ["*"]
3939
},
4040
{
41-
"owner": "khoih.prog",
41+
"owner": "khoih-prog",
4242
"name": "WebServer_WT32_ETH01",
4343
"version": ">=1.2.0",
4444
"platforms": ["*"]

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=MySQL_MariaDB_Generic
2-
version=1.5.0
2+
version=1.5.1
33
author=Dr. Charles Bell <chuck.bell@oracle.com>, Khoi Hoang <khoih.prog@gmail.com>
44
maintainer=Khoi Hoang <khoih.prog@gmail.com>
55
sentence=Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, Portenta_H7, etc. with W5x00, ENC28J60 Ethernet, Teensy 4.1 NativeEthernet/QNEthernet, WiFiNINA modules/shields or Portenta_H7 WiFi/Ethernet. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library.

platformio/platformio.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,22 @@ lib_deps =
4949
EthernetENC@~2.0.0
5050
UIPEthernet@~2.0.8
5151
WiFiEspAT@~1.3.1
52+
ESP8266_AT_WebServer@~1.4.0
5253
https://github.com/ssilverman/QNEthernet
5354
; STM32duino STM32Ethernet@~1.2.0
5455
; STM32duino LwIP@~2.1.2
5556
;
5657
; PlatformIO 5.x
57-
; khoih.prog/WiFiNINA_Generic@~1.8.13
58-
; khoih.prog/WebServer_WT32_ETH01@~1.2.0
58+
; khoih-prog/WiFiNINA_Generic@~1.8.13
59+
; khoih-prog/WebServer_WT32_ETH01@~1.2.0
5960
; PaulStoffregen/Ethernet@~2.0.0
6061
; PaulStoffregen/EthernetLarge@~2.0.0
6162
; adafruit/Ethernet2@~1.0.4
6263
; sstaub/Ethernet3@~1.5.5
6364
; jandrassy/EthernetENC@~2.0.0
6465
; UIPEthernet/UIPEthernet@~2.0.8
6566
; jandrassy/WiFiEspAT@~1.3.1
67+
; khoih-prog/ESP8266_AT_WebServer@~1.4.0
6668
; stm32duino/STM32duino LwIP@~2.1.2
6769
; stm32duino/STM32duino STM32Ethernet@~1.2.0
6870
; https://github.com/ssilverman/QNEthernet

src/MySQL_Generic.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
1313
Licensed under MIT license
14-
Version: 1.5.0
14+
Version: 1.5.1
1515
1616
Version Modified By Date Comments
1717
------- ----------- ---------- -----------
@@ -26,6 +26,7 @@
2626
1.3.1 K Hoang 31/08/2021 Remove unnecessary SPI-bus code in NativeEthernet examples
2727
1.4.0 K Hoang 05/09/2021 Add support to Teensy 4.1 using QNEthernet
2828
1.5.0 K Hoang 17/09/2021 Add support to Portenta_H7, using either WiFi or Vision-shield Ethernet
29+
1.5.1 K Hoang 10/10/2021 Update `platform.ini` and `library.json`
2930
**********************************************************************************************************************************/
3031

3132
#ifndef MYSQL_GENERIC_H

src/MySQL_Generic_Connection.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
1313
Licensed under MIT license
14-
Version: 1.5.0
14+
Version: 1.5.1
1515
1616
Version Modified By Date Comments
1717
------- ----------- ---------- -----------
@@ -26,6 +26,7 @@
2626
1.3.1 K Hoang 31/08/2021 Remove unnecessary SPI-bus code in NativeEthernet examples
2727
1.4.0 K Hoang 05/09/2021 Add support to Teensy 4.1 using QNEthernet
2828
1.5.0 K Hoang 17/09/2021 Add support to Portenta_H7, using either WiFi or Vision-shield Ethernet
29+
1.5.1 K Hoang 10/10/2021 Update `platform.ini` and `library.json`
2930
**********************************************************************************************************************************/
3031

3132
/*********************************************************************************************************************************

src/MySQL_Generic_Connection_Impl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
1313
Licensed under MIT license
14-
Version: 1.5.0
14+
Version: 1.5.1
1515
1616
Version Modified By Date Comments
1717
------- ----------- ---------- -----------
@@ -26,6 +26,7 @@
2626
1.3.1 K Hoang 31/08/2021 Remove unnecessary SPI-bus code in NativeEthernet examples
2727
1.4.0 K Hoang 05/09/2021 Add support to Teensy 4.1 using QNEthernet
2828
1.5.0 K Hoang 17/09/2021 Add support to Portenta_H7, using either WiFi or Vision-shield Ethernet
29+
1.5.1 K Hoang 10/10/2021 Update `platform.ini` and `library.json`
2930
**********************************************************************************************************************************/
3031

3132
/*********************************************************************************************************************************

src/MySQL_Generic_Debug.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
1313
Licensed under MIT license
14-
Version: 1.5.0
14+
Version: 1.5.1
1515
1616
Version Modified By Date Comments
1717
------- ----------- ---------- -----------
@@ -26,6 +26,7 @@
2626
1.3.1 K Hoang 31/08/2021 Remove unnecessary SPI-bus code in NativeEthernet examples
2727
1.4.0 K Hoang 05/09/2021 Add support to Teensy 4.1 using QNEthernet
2828
1.5.0 K Hoang 17/09/2021 Add support to Portenta_H7, using either WiFi or Vision-shield Ethernet
29+
1.5.1 K Hoang 10/10/2021 Update `platform.ini` and `library.json`
2930
**********************************************************************************************************************************/
3031

3132
/*********************************************************************************************************************************

0 commit comments

Comments
 (0)