We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fef502 commit 4667af4Copy full SHA for 4667af4
.github/workflows/compile-examples.yml
@@ -54,6 +54,10 @@ jobs:
54
artifact-name-suffix: arduino-renesas_portenta-portenta_c33
55
additional-sketch-paths: |
56
- examples/Standby_WakeFromRTC_C33
57
+ - fqbn: arduino:mbed_nicla:nicla_vision
58
+ platforms: |
59
+ - name: arduino:mbed_nicla
60
+ artifact-name-suffix: arduino-mbed_nicla-nicla_vision
61
62
steps:
63
- name: Checkout repository
@@ -70,6 +74,7 @@ jobs:
70
74
- name: Arduino_PF1550
71
75
- name: Arduino_LowPowerPortentaH7
72
76
- source-url: https://github.com/arduino-libraries/Arduino_LowPowerPortentaC33.git
77
+ - source-url: https://github.com/bcmi-labs/Arduino_LowPowerNiclaVision.git
73
78
sketch-paths: |
79
${{ env.UNIVERSAL_SKETCH_PATHS }}
80
${{ matrix.board.additional-sketch-paths }}
0 commit comments