File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 36
36
- fqbn : arduino:mbed:nano33ble
37
37
- fqbn : arduino:mbed:envie_m4
38
38
- fqbn : arduino:mbed:envie_m7
39
+ - fqbn : arduino:mbed:nanorp2040connect
39
40
40
41
# compile only the examples compatible with each board
41
42
include :
@@ -51,17 +52,25 @@ jobs:
51
52
- libraries/KernelDebug
52
53
- libraries/Portenta_SDCARD
53
54
- libraries/Portenta_Video
55
+ - libraries/RPC
54
56
- board :
55
57
fqbn : arduino:mbed:envie_m7
56
58
additional-sketch-paths : |
57
59
- libraries/doom
58
60
- libraries/KernelDebug
61
+ - libraries/Portenta_Camera/examples
59
62
- libraries/Portenta_SDCARD
60
63
- libraries/Portenta_System
61
64
- libraries/Portenta_Video
65
+ - libraries/RPC
62
66
- libraries/ThreadDebug
63
67
- libraries/USBHOST
64
68
- libraries/WiFi
69
+ - board :
70
+ fqbn : arduino:mbed:nanorp2040connect
71
+ additional-sketch-paths : |
72
+ - libraries/PDM
73
+ - ~/Arduino/libraries/WiFiNINA
65
74
66
75
steps :
67
76
- name : Checkout repository
82
91
with :
83
92
github-token : ${{ secrets.GITHUB_TOKEN }}
84
93
fqbn : ${{ matrix.board.fqbn }}
94
+ libraries : |
95
+ - name: WiFiNINA
85
96
platforms : |
86
97
# Use Board Manager to install the latest release of Arduino mbed Boards to get the toolchain
87
98
- name: "arduino:mbed"
You can’t perform that action at this time.
0 commit comments