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 11e875b commit 6d02b19Copy full SHA for 6d02b19
.github/workflows/compile-examples.yml
@@ -60,6 +60,9 @@ jobs:
60
type: mbed_nicla
61
- fqbn: arduino:mbed_opta:opta
62
type: mbed_opta
63
+ - fqbn: arduino:mbed_giga:giga
64
+ type: mbed_giga
65
+
66
67
# make board type-specific customizations to the matrix jobs
68
include:
@@ -161,6 +164,17 @@ jobs:
161
164
- name: Arduino_Portenta_OTA
162
165
sketch-paths: |
163
166
- examples/utility/Provisioning
167
+ # GIGA
168
+ - board:
169
170
+ platforms: |
171
+ # Install mbed_giga platform via Boards Manager
172
+ - name: arduino:mbed_giga
173
+ libraries: |
174
+ - name: ArduinoECCX08
175
+ - name: Arduino_Portenta_OTA
176
+ sketch-paths: |
177
+ - examples/utility/Provisioning
178
# ESP8266 boards
179
- board:
180
type: esp8266
0 commit comments