From 6dd64fb8b869c646ef4c99db24abe32089299849 Mon Sep 17 00:00:00 2001 From: pennam Date: Fri, 4 Mar 2022 12:27:22 +0100 Subject: [PATCH 1/3] Add support for ARDUINO_NICLA_VISION --- src/Arduino_ConnectionHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Arduino_ConnectionHandler.h b/src/Arduino_ConnectionHandler.h index 6496b931..145467dc 100644 --- a/src/Arduino_ConnectionHandler.h +++ b/src/Arduino_ConnectionHandler.h @@ -43,7 +43,7 @@ #define WIFI_FIRMWARE_VERSION_REQUIRED WIFI_FIRMWARE_LATEST_VERSION #endif -#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4) +#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4) || defined(ARDUINO_NICLA_VISION) #include #include From 1ae66070ffdfa0cebbd057c0fa69dcde76d2021f Mon Sep 17 00:00:00 2001 From: pennam Date: Mon, 7 Mar 2022 17:03:15 +0100 Subject: [PATCH 2/3] Add mbed_nicla to supported platforms --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 0bc96e75..e3fad4a6 100644 --- a/library.properties +++ b/library.properties @@ -6,5 +6,5 @@ sentence=Arduino Library for network connection management (WiFi, GSM, NB, [Ethe paragraph=Originally part of ArduinoIoTCloud category=Communication url=https://github.com/arduino-libraries/Arduino_ConnectionHandler -architectures=samd,esp32,esp8266,mbed,megaavr,mbed_nano,mbed_portenta +architectures=samd,esp32,esp8266,mbed,megaavr,mbed_nano,mbed_portenta,mbed_nicla depends=Arduino_DebugUtils, WiFi101, WiFiNINA, MKRGSM, MKRNB, MKRWAN From 5a2c103f1e64d71b2c9dc8151c6f8f3e8e7cbb30 Mon Sep 17 00:00:00 2001 From: pennam Date: Tue, 8 Mar 2022 12:17:20 +0100 Subject: [PATCH 3/3] Add nicla_vision to compile-examples workflow --- .github/workflows/compile-examples.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index bd7849e2..24102953 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -64,6 +64,8 @@ jobs: platform-name: esp32:esp32 - fqbn: arduino:mbed_nano:nanorp2040connect platform-name: arduino:mbed_nano + - fqbn: arduino:mbed_nicla:nicla_vision + platform-name: arduino:mbed_nicla # Make board type-specific customizations to the matrix jobs include: