Skip to content

Commit fbad3a3

Browse files
committed
Add mbed_nicla to compile examples workflow
1 parent 86ff1d0 commit fbad3a3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: .github/workflows/compile-examples.yml

+11
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
type: esp32
6161
- fqbn: arduino:mbed_nano:nanorp2040connect
6262
type: nina
63+
- fqbn: arduino:mbed_nicla:nicla_vision
64+
type: mbed_nicla
6365

6466
# make board type-specific customizations to the matrix jobs
6567
include:
@@ -141,6 +143,15 @@ jobs:
141143
- name: Arduino_Portenta_OTA
142144
sketch-paths: |
143145
- examples/utility/Provisioning
146+
- board:
147+
type: mbed_nicla
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
144155
# ESP8266 boards
145156
- board:
146157
type: esp8266

0 commit comments

Comments
 (0)