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 f072054 commit f86fea3Copy full SHA for f86fea3
.github/workflows/compile-examples.yml
@@ -58,6 +58,8 @@ jobs:
58
type: nina
59
- fqbn: arduino:mbed_nicla:nicla_vision
60
type: mbed_nicla
61
+ - fqbn: arduino:mbed_opta:opta
62
+ type: mbed_opta
63
64
# make board type-specific customizations to the matrix jobs
65
include:
@@ -148,6 +150,16 @@ jobs:
148
150
- name: Arduino_Portenta_OTA
149
151
sketch-paths: |
152
- examples/utility/Provisioning
153
+ # Opta
154
+ - board:
155
156
+ platforms: |
157
+ # Install mbed_opta platform via Boards Manager
158
+ - name: arduino:mbed_opta
159
+ libraries: |
160
+ - name: Arduino_Portenta_OTA
161
+ sketch-paths: |
162
+ - examples/utility/Provisioning
163
# ESP8266 boards
164
- board:
165
type: esp8266
0 commit comments