Skip to content

Commit 98a1a71

Browse files
committed
Merge remote-tracking branch 'arduino/master' into edge_control_rebased
2 parents 9bb848c + a72fa7a commit 98a1a71

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/compile-examples.yml

+11
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- fqbn: arduino:mbed:nano33ble
3737
- fqbn: arduino:mbed:envie_m4
3838
- fqbn: arduino:mbed:envie_m7
39+
- fqbn: arduino:mbed:nanorp2040connect
3940

4041
# compile only the examples compatible with each board
4142
include:
@@ -51,17 +52,25 @@ jobs:
5152
- libraries/KernelDebug
5253
- libraries/Portenta_SDCARD
5354
- libraries/Portenta_Video
55+
- libraries/RPC
5456
- board:
5557
fqbn: arduino:mbed:envie_m7
5658
additional-sketch-paths: |
5759
- libraries/doom
5860
- libraries/KernelDebug
61+
- libraries/Portenta_Camera/examples
5962
- libraries/Portenta_SDCARD
6063
- libraries/Portenta_System
6164
- libraries/Portenta_Video
65+
- libraries/RPC
6266
- libraries/ThreadDebug
6367
- libraries/USBHOST
6468
- libraries/WiFi
69+
- board:
70+
fqbn: arduino:mbed:nanorp2040connect
71+
additional-sketch-paths: |
72+
- libraries/PDM
73+
- ~/Arduino/libraries/WiFiNINA
6574
6675
steps:
6776
- name: Checkout repository
@@ -82,6 +91,8 @@ jobs:
8291
with:
8392
github-token: ${{ secrets.GITHUB_TOKEN }}
8493
fqbn: ${{ matrix.board.fqbn }}
94+
libraries: |
95+
- name: WiFiNINA
8596
platforms: |
8697
# Use Board Manager to install the latest release of Arduino mbed Boards to get the toolchain
8798
- name: "arduino:mbed"

0 commit comments

Comments
 (0)