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

Commit 9daee5f

Browse files
authored
v1.4.1 to update PIO
### Releases v1.4.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 a8f7253 commit 9daee5f

File tree

15 files changed

+170
-196
lines changed

15 files changed

+170
-196
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
1414

1515
Please ensure to specify the following:
1616

17-
* Arduino IDE version (e.g. 1.8.15) or Platform.io version
18-
* Board Core Version (e.g. Arduino SAMDUE core v1.6.12, STM32 core v2.0.0, etc.)
17+
* Arduino IDE version (e.g. 1.8.16) or Platform.io version
18+
* Board Core Version (e.g. Arduino SAMDUE core v1.6.12, STM32 core v2.1.0, 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:
@@ -26,10 +26,10 @@ Please ensure to specify the following:
2626
### Example
2727

2828
```
29-
Arduino IDE version: 1.8.15
30-
Arduino STM32 Core v2.0.0
29+
Arduino IDE version: 1.8.16
30+
Arduino STM32 Core v2.1.0
3131
OS: Ubuntu 20.04 LTS
32-
Linux xy-Inspiron-3593 5.4.0-80-generic #90-Ubuntu SMP Fri Jul 9 22:49:44 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
32+
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
3333
3434
Context:
3535
I encountered an endless loop while trying to connect to Local WiFi.

README.md

Lines changed: 93 additions & 115 deletions
Large diffs are not rendered by default.

changelog.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
## ESP_AT_Lib
2+
3+
[![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_AT_Lib.svg?)](https://www.ardu-badge.com/ESP_AT_Lib)
4+
[![GitHub release](https://img.shields.io/github/release/khoih-prog/ESP_AT_Lib.svg)](https://github.com/khoih-prog/ESP_AT_Lib/releases)
5+
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/khoih-prog/ESP_AT_Lib/blob/master/LICENSE)
6+
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing)
7+
[![GitHub issues](https://img.shields.io/github/issues/khoih-prog/ESP_AT_Lib.svg)](http://github.com/khoih-prog/ESP_AT_Lib/issues)
8+
9+
10+
---
11+
---
12+
13+
## Table of Contents
14+
15+
* [Changelog](#changelog)
16+
* [Releases v1.4.1](#releases-v141)
17+
* [Releases v1.4.0](#releases-v140)
18+
* [Releases v1.3.0](#releases-v130)
19+
* [Releases v1.2.0](#releases-v120)
20+
* [Releases v1.1.0](#releases-v110)
21+
* [Releases v1.0.0](#releases-v100)
22+
23+
---
24+
---
25+
26+
### Changelog
27+
28+
### Releases v1.4.1
29+
30+
1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix
31+
2. Update `Packages' Patches`
32+
33+
### Releases v1.4.0
34+
35+
1. Add support to Adafruit nRF52 core v0.22.0+
36+
2. Add support to Raytac MDBT50Q_RX Dongle
37+
38+
### Releases v1.3.0
39+
40+
1. Add support to RP2040-based **Nano_RP2040_Connect** boards using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed).
41+
42+
43+
### Releases v1.2.0
44+
45+
1. Add support to RP2040-based boards, such as **RASPBERRY_PI_PICO boards** using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed).
46+
2. Fix compiler warnings
47+
48+
### Releases v1.1.0
49+
50+
1. Add support to **RASPBERRY_PI_PICO boards** using [Earle Philhower's arduino-pico core](https://github.com/earlephilhower/arduino-pico)
51+
2. Add support to **SIPEED_MAIX_DUINO boards**
52+
3. Add Table-of-Contents
53+
4. Add Version String
54+
55+
### Releases v1.0.0
56+
57+
1. Add support to **nRF52 (AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B302_ublox, NINA_B112_ublox, etc.)**.
58+
2. Add support to **Adafruit SAMD21/SAM51 (Itsy-Bitsy M0/M4, Metro M0/M4, Grand Central M4, Feather M0/M4 Express, etc.)**.
59+
3. Add support to **STM32F/L/H/G/WB/MP1, Teensy, SAM DUE**.
60+
4. Add support to **ESP32-AT** shields.
61+
5. Add debug AT command output
62+
63+

examples/ConnectWiFi/ConnectWiFi.ino

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@
2626
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2727
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2828
THE SOFTWARE.
29-
30-
Version: 1.4.0
31-
32-
Version Modified By Date Comments
33-
------- ----------- ---------- -----------
34-
1.0.0 K Hoang 12/02/2020 Initial coding for ESP8266/ESP32-AT shields to support Mega, nRF52, SAMD, DUE, STM32, etc.
35-
1.1.0 K Hoang 10/05/2021 Add support to BOARD_SIPEED_MAIX_DUINO and RASPBERRY_PI_PICO
36-
1.2.0 K Hoang 17/05/2021 Add support to RP2040-based boards using Arduino-mbed RP2040 core. Fix compiler warnings
37-
1.3.0 K Hoang 29/05/2021 Add support to RP2040-based Nano_RP2040_Connect using Arduino-mbed RP2040 core
38-
1.4.0 K Hoang 13/08/2021 Add support to Adafruit nRF52 core v0.22.0+
3929
*****************************************************************************************************************************/
4030

4131
/* Comment this out to disable prints and save space */

examples/HTTPGET/HTTPGET.ino

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@
2626
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2727
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2828
THE SOFTWARE.
29-
30-
Version: 1.4.0
31-
32-
Version Modified By Date Comments
33-
------- ----------- ---------- -----------
34-
1.0.0 K Hoang 12/02/2020 Initial coding for ESP8266/ESP32-AT shields to support Mega, nRF52, SAMD, DUE, STM32, etc.
35-
1.1.0 K Hoang 10/05/2021 Add support to BOARD_SIPEED_MAIX_DUINO and RASPBERRY_PI_PICO
36-
1.2.0 K Hoang 17/05/2021 Add support to RP2040-based boards using Arduino-mbed RP2040 core. Fix compiler warnings
37-
1.3.0 K Hoang 29/05/2021 Add support to RP2040-based Nano_RP2040_Connect using Arduino-mbed RP2040 core
38-
1.4.0 K Hoang 13/08/2021 Add support to Adafruit nRF52 core v0.22.0+
3929
*****************************************************************************************************************************/
4030

4131
/* Comment this out to disable prints and save space */

examples/TCPClientMultiple/TCPClientMultiple.ino

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@
2626
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2727
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2828
THE SOFTWARE.
29-
30-
Version: 1.4.0
31-
32-
Version Modified By Date Comments
33-
------- ----------- ---------- -----------
34-
1.0.0 K Hoang 12/02/2020 Initial coding for ESP8266/ESP32-AT shields to support Mega, nRF52, SAMD, DUE, STM32, etc.
35-
1.1.0 K Hoang 10/05/2021 Add support to BOARD_SIPEED_MAIX_DUINO and RASPBERRY_PI_PICO
36-
1.2.0 K Hoang 17/05/2021 Add support to RP2040-based boards using Arduino-mbed RP2040 core. Fix compiler warnings
37-
1.3.0 K Hoang 29/05/2021 Add support to RP2040-based Nano_RP2040_Connect using Arduino-mbed RP2040 core
38-
1.4.0 K Hoang 13/08/2021 Add support to Adafruit nRF52 core v0.22.0+
3929
*****************************************************************************************************************************/
4030

4131
/* Comment this out to disable prints and save space */

examples/TCPClientSingle/TCPClientSingle.ino

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@
2626
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2727
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2828
THE SOFTWARE.
29-
30-
Version: 1.4.0
31-
32-
Version Modified By Date Comments
33-
------- ----------- ---------- -----------
34-
1.0.0 K Hoang 12/02/2020 Initial coding for ESP8266/ESP32-AT shields to support Mega, nRF52, SAMD, DUE, STM32, etc.
35-
1.1.0 K Hoang 10/05/2021 Add support to BOARD_SIPEED_MAIX_DUINO and RASPBERRY_PI_PICO
36-
1.2.0 K Hoang 17/05/2021 Add support to RP2040-based boards using Arduino-mbed RP2040 core. Fix compiler warnings
37-
1.3.0 K Hoang 29/05/2021 Add support to RP2040-based Nano_RP2040_Connect using Arduino-mbed RP2040 core
38-
1.4.0 K Hoang 13/08/2021 Add support to Adafruit nRF52 core v0.22.0+
3929
*****************************************************************************************************************************/
4030

4131
/* Comment this out to disable prints and save space */

examples/TCPServer/TCPServer.ino

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@
2626
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2727
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2828
THE SOFTWARE.
29-
30-
Version: 1.4.0
31-
32-
Version Modified By Date Comments
33-
------- ----------- ---------- -----------
34-
1.0.0 K Hoang 12/02/2020 Initial coding for ESP8266/ESP32-AT shields to support Mega, nRF52, SAMD, DUE, STM32, etc.
35-
1.1.0 K Hoang 10/05/2021 Add support to BOARD_SIPEED_MAIX_DUINO and RASPBERRY_PI_PICO
36-
1.2.0 K Hoang 17/05/2021 Add support to RP2040-based boards using Arduino-mbed RP2040 core. Fix compiler warnings
37-
1.3.0 K Hoang 29/05/2021 Add support to RP2040-based Nano_RP2040_Connect using Arduino-mbed RP2040 core
38-
1.4.0 K Hoang 13/08/2021 Add support to Adafruit nRF52 core v0.22.0+
3929
*****************************************************************************************************************************/
4030

4131
/* Comment this out to disable prints and save space */

examples/UDPClientMultiple/UDPClientMultiple.ino

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@
2626
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2727
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2828
THE SOFTWARE.
29-
30-
Version: 1.4.0
31-
32-
Version Modified By Date Comments
33-
------- ----------- ---------- -----------
34-
1.0.0 K Hoang 12/02/2020 Initial coding for ESP8266/ESP32-AT shields to support Mega, nRF52, SAMD, DUE, STM32, etc.
35-
1.1.0 K Hoang 10/05/2021 Add support to BOARD_SIPEED_MAIX_DUINO and RASPBERRY_PI_PICO
36-
1.2.0 K Hoang 17/05/2021 Add support to RP2040-based boards using Arduino-mbed RP2040 core. Fix compiler warnings
37-
1.3.0 K Hoang 29/05/2021 Add support to RP2040-based Nano_RP2040_Connect using Arduino-mbed RP2040 core
38-
1.4.0 K Hoang 13/08/2021 Add support to Adafruit nRF52 core v0.22.0+
3929
*****************************************************************************************************************************/
4030

4131
/* Comment this out to disable prints and save space */

examples/UDPClientSingle/UDPClientSingle.ino

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@
2626
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2727
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2828
THE SOFTWARE.
29-
30-
Version: 1.4.0
31-
32-
Version Modified By Date Comments
33-
------- ----------- ---------- -----------
34-
1.0.0 K Hoang 12/02/2020 Initial coding for ESP8266/ESP32-AT shields to support Mega, nRF52, SAMD, DUE, STM32, etc.
35-
1.1.0 K Hoang 10/05/2021 Add support to BOARD_SIPEED_MAIX_DUINO and RASPBERRY_PI_PICO
36-
1.2.0 K Hoang 17/05/2021 Add support to RP2040-based boards using Arduino-mbed RP2040 core. Fix compiler warnings
37-
1.3.0 K Hoang 29/05/2021 Add support to RP2040-based Nano_RP2040_Connect using Arduino-mbed RP2040 core
38-
1.4.0 K Hoang 13/08/2021 Add support to Adafruit nRF52 core v0.22.0+
3929
*****************************************************************************************************************************/
4030

4131
/* Comment this out to disable prints and save space */

0 commit comments

Comments
 (0)