8000
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 cb90212 commit 4677d50Copy full SHA for 4677d50
.github/workflows/compile-examples.yml
@@ -41,6 +41,7 @@ jobs:
41
- fqbn: arduino:mbed:opta
42
- fqbn: arduino:mbed:giga
43
- fqbn: arduino:mbed:nicla_voice
44
+ - fqbn: arduino:mbed:edge_control
45
46
# compile only the examples compatible with each board
47
include:
@@ -170,6 +171,15 @@ jobs:
170
171
version: v0.9.6
172
- name: arduino-libg722
173
source-url: https://github.com/pschatzmann/arduino-libg722.git
174
+ - board:
175
+ fqbn: arduino:mbed:edge_control
176
+ additional-libraries: |
177
+ - name: MicroNMEA
178
+ additional-sketch-paths: |
179
+ - libraries/GSM
180
+ - libraries/USBHID
181
+ - libraries/USBMSD/examples/Nano33BLE_FlashMassStorage
182
+ - libraries/ThreadDebug
183
184
steps:
185
- name: Checkout repository
0 commit comments