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

Commit

Permalink
v1.4.0 to add support to RP2040-based boards
Browse files Browse the repository at this point in the history
### Release v1.4.0

1. Add support to RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Earle Philhower's arduino-pico core**](https://github.com/earlephilhower/arduino-pico).
2. Add support to RP2040-based boards, such as **NANO_RP2040_CONNECT, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed).
  • Loading branch information
khoih-prog authored Jun 27, 2021
1 parent 872b908 commit 25e5f82
Show file tree
Hide file tree
Showing 45 changed files with 153 additions and 52 deletions.
3 changes: 2 additions & 1 deletion src/GPRS_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GPRS_Generic_Impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMBand_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMBand_Generic_Impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMClient_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMClient_Generic_Impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMFileUtils_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMFileUtils_Generic_Impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMHttpUtils_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMHttpUtils_Generic_Impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMLocation_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMLocation_Generic_Impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMModem_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMModem_Generic_Impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMPIN_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMPIN_Generic_Impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMSSLClient_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMSSLClient_Generic_Impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMScanner_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMScanner_Generic_Impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMServer_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMServer_Generic_Impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMUdp_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/GSMUdp_Generic_Impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
Version: 1.3.1
Version: 1.4.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.2.4 K Hoang 11/03/2021 Initial public release to add support to many boards / modules besides MKRGSM 1400 / SARA U201
1.3.0 K Hoang 31/03/2021 Add ThingStream MQTTS support. Fix SMS receive bug.
1.3.1 K Hoang 25/04/2021 Fix bug making ESP32 reset repeatedly.
1.4.0 K Hoang 28/06/2021 Add support to RP2040-based boards using Arduino mbed or Arduino-pico core
**********************************************************************************************************************************/

#pragma once
Expand Down
Loading

0 comments on commit 25e5f82

Please sign in to comment.