Skip to content

Commit 9471ab5

Browse files
authored
Merge pull request #367 from pennam/c33-ci
Enable compile example workflow for Portenta C33
2 parents 1b6b2a7 + e48f800 commit 9471ab5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
type: mbed_opta
6363
- fqbn: arduino:mbed_giga:giga
6464
type: mbed_giga
65+
- fqbn: arduino:renesas_portenta:portenta_c33
66+
type: renesas_portenta
6567

6668

6769
# make board type-specific customizations to the matrix jobs
@@ -175,6 +177,14 @@ jobs:
175177
- name: Arduino_Portenta_OTA
176178
sketch-paths: |
177179
- examples/utility/Provisioning
180+
# Portneta C33
181+
- board:
182+
type: renesas_portenta
183+
platforms: |
184+
# Install renesas_portenta platform via Boards Manager
185+
- name: arduino:renesas_portenta
186+
sketch-paths: |
187+
- examples/utility/Provisioning
178188
# ESP8266 boards
179189
- board:
180190
type: esp8266

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ sentence=This library allows connecting to the Arduino IoT Cloud service.
66
paragraph=It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKR GSM, MKR1000 and WiFi101.
77
category=Communication
88
url=https://github.com/arduino-libraries/ArduinoIoTCloud
9-
architectures=mbed,samd,esp8266,mbed_nano,mbed_portenta,mbed_nicla,esp32,mbed_opta,mbed_giga
9+
architectures=mbed,samd,esp8266,mbed_nano,mbed_portenta,mbed_nicla,esp32,mbed_opta,mbed_giga,renesas_portenta
1010
includes=ArduinoIoTCloud.h
1111
depends=Arduino_ConnectionHandler,Arduino_DebugUtils,ArduinoMqttClient,ArduinoECCX08,RTCZero,Adafruit SleepyDog Library,Arduino_ESP32_OTA,Arduino_Portenta_OTA

0 commit comments

Comments
 (0)