We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080e1bc commit e48f800Copy full SHA for e48f800
.github/workflows/compile-examples.yml
@@ -62,6 +62,8 @@ jobs:
62
type: mbed_opta
63
- fqbn: arduino:mbed_giga:giga
64
type: mbed_giga
65
+ - fqbn: arduino:renesas_portenta:portenta_c33
66
+ type: renesas_portenta
67
68
69
# make board type-specific customizations to the matrix jobs
@@ -175,6 +177,14 @@ jobs:
175
177
- name: Arduino_Portenta_OTA
176
178
sketch-paths: |
179
- examples/utility/Provisioning
180
+ # Portneta C33
181
+ - board:
182
183
+ platforms: |
184
+ # Install renesas_portenta platform via Boards Manager
185
+ - name: arduino:renesas_portenta
186
+ sketch-paths: |
187
+ - examples/utility/Provisioning
188
# ESP8266 boards
189
- board:
190
type: esp8266
0 commit comments