You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/compile-examples.yml
+7
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,8 @@ jobs:
68
68
platform-name: arduino:mbed_opta
69
69
- fqbn: arduino:mbed_giga:giga
70
70
platform-name: arduino:mbed_giga
71
+
- fqbn: arduino:renesas_portenta:portenta_c33
72
+
platform-name: arduino:renesas_portenta
71
73
72
74
# Make board type-specific customizations to the matrix jobs
73
75
include:
@@ -84,6 +86,11 @@ jobs:
84
86
# Overwrite the Arduino mbed-Enabled Boards release version with version from the tip of the default branch (located in local path because of the need to first install ArduinoCore-API)
85
87
- source-path: extras/ArduinoCore-mbed
86
88
name: arduino:mbed
89
+
- board:
90
+
platform-name: arduino:renesas_portenta
91
+
platforms: |
92
+
# Install Arduino Renesas portenta Boards via Boards Manager
0 commit comments