You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Portenta H7 boards to matrix jobs in Compile Examples CI workflow
The library examples will be compiled for Portenta H7 (M7 core) and Portenta H7 (M4 core), using the Arduino mbed OS-enabled boards platform from the tip of its repository's default branch.
# Make board type-specific customizations to the matrix jobs
48
+
include:
49
+
- board:
50
+
platform-name: arduino:samd
51
+
platforms: |
52
+
# Install Arduino SAMD Boards via Boards Manager
53
+
- name: arduino:samd
54
+
- board:
55
+
platform-name: arduino-beta:mbed
56
+
platforms: |
57
+
# Install Arduino mbed-Enabled Boards via Boards Manager for the toolchain
58
+
- name: arduino-beta:mbed
59
+
# Overwrite the Arduino mbed-Enabled Boards release version with version from the tip of the default branch (located in local path because of the need to first install ArduinoCore-API)
0 commit comments