diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 2477ab652..f5a039cbb 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -62,6 +62,8 @@ jobs: type: mbed_opta - fqbn: arduino:mbed_giga:giga type: mbed_giga + - fqbn: arduino:renesas_portenta:portenta_c33 + type: renesas_portenta # make board type-specific customizations to the matrix jobs @@ -175,6 +177,14 @@ jobs: - name: Arduino_Portenta_OTA sketch-paths: | - examples/utility/Provisioning + # Portneta C33 + - board: + type: renesas_portenta + platforms: | + # Install renesas_portenta platform via Boards Manager + - name: arduino:renesas_portenta + sketch-paths: | + - examples/utility/Provisioning # ESP8266 boards - board: type: esp8266 diff --git a/library.properties b/library.properties index a9a450042..243450928 100644 --- a/library.properties +++ b/library.properties @@ -6,6 +6,6 @@ sentence=This library allows connecting to the Arduino IoT Cloud service. paragraph=It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKR GSM, MKR1000 and WiFi101. category=Communication url=https://github.com/arduino-libraries/ArduinoIoTCloud -architectures=mbed,samd,esp8266,mbed_nano,mbed_portenta,mbed_nicla,esp32,mbed_opta,mbed_giga +architectures=mbed,samd,esp8266,mbed_nano,mbed_portenta,mbed_nicla,esp32,mbed_opta,mbed_giga,renesas_portenta includes=ArduinoIoTCloud.h depends=Arduino_ConnectionHandler,Arduino_DebugUtils,ArduinoMqttClient,ArduinoECCX08,RTCZero,Adafruit SleepyDog Library,Arduino_ESP32_OTA,Arduino_Portenta_OTA