Skip to content

Commit 2c11a5b

Browse files
authored
Merge pull request #96 from pennam/c33-ci
Add Portenta C33 to compile examples workflow
2 parents 865637f + a172ee4 commit 2c11a5b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/compile-examples.yml

+7
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
platform-name: arduino:mbed_opta
6969
- fqbn: arduino:mbed_giga:giga
7070
platform-name: arduino:mbed_giga
71+
- fqbn: arduino:renesas_portenta:portenta_c33
72+
platform-name: arduino:renesas_portenta
7173

7274
# Make board type-specific customizations to the matrix jobs
7375
include:
@@ -84,6 +86,11 @@ jobs:
8486
# 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)
8587
- source-path: extras/ArduinoCore-mbed
8688
name: arduino:mbed
89+
- board:
90+
platform-name: arduino:renesas_portenta
91+
platforms: |
92+
# Install Arduino Renesas portenta Boards via Boards Manager
93+
- name: arduino:renesas_portenta
8794
- board:
8895
platform-name: esp8266:esp8266
8996
platforms: |

0 commit comments

Comments
 (0)