We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64b7d8 commit 431f076Copy full SHA for 431f076
.github/workflows/compile-examples.yml
@@ -39,6 +39,7 @@ jobs:
39
- fqbn: arduino:mbed:nanorp2040connect
40
- fqbn: arduino:mbed:nicla_sense
41
- fqbn: arduino:mbed:nicla_vision
42
+ - fqbn: arduino:mbed:opta
43
44
# compile only the examples compatible with each board
45
include:
@@ -109,6 +110,15 @@ jobs:
109
110
- libraries/USBHOST
111
- libraries/USBMSD/examples/AccessFlashAsUSBDisk
112
- libraries/WiFi
113
+ - board:
114
+ fqbn: arduino:mbed:opta
115
+ additional-sketch-paths: |
116
+ - libraries/Ethernet
117
+ - libraries/STM32H747_System
118
+ - libraries/ThreadDebug
119
+ - libraries/USBHID
120
+ - libraries/USBMSD/examples/AccessFlashAsUSBDisk
121
+ - libraries/WiFi
122
123
steps:
124
- name: Checkout repository
0 commit comments