We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ff1d0 commit fbad3a3Copy full SHA for fbad3a3
.github/workflows/compile-examples.yml
@@ -60,6 +60,8 @@ jobs:
60
type: esp32
61
- fqbn: arduino:mbed_nano:nanorp2040connect
62
type: nina
63
+ - fqbn: arduino:mbed_nicla:nicla_vision
64
+ type: mbed_nicla
65
66
# make board type-specific customizations to the matrix jobs
67
include:
@@ -141,6 +143,15 @@ jobs:
141
143
- name: Arduino_Portenta_OTA
142
144
sketch-paths: |
145
- examples/utility/Provisioning
146
+ - board:
147
148
+ platforms: |
149
+ # Install Arduino mbed-Enabled Boards via Boards Manager for the toolchain
150
+ - name: arduino:mbed_nicla
151
+ libraries: |
152
+ - name: Arduino_Portenta_OTA
153
+ sketch-paths: |
154
+ - examples/utility/Provisioning
155
# ESP8266 boards
156
- board:
157
type: esp8266
0 commit comments