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
# Install Arduino SAMD Boards via Boards Manager for the toolchain
68
+
# Install samd platform via Boards Manager
71
69
- name: arduino:samd
72
70
libraries: |
73
71
- name: ArduinoECCX08
@@ -80,7 +78,7 @@ jobs:
80
78
- board:
81
79
type: nina
82
80
platforms: |
83
-
# Install Arduino SAMD Boards via Boards Manager for the toolchain
81
+
# Install samd and mbed_nano platform via Boards Manager
84
82
- name: arduino:samd
85
83
- name: arduino:mbed_nano
86
84
libraries: |
@@ -95,6 +93,7 @@ jobs:
95
93
- board:
96
94
type: wan
97
95
platforms: |
96
+
# Install samd platform via Boards Manager
98
97
- name: arduino:samd
99
98
libraries: |
100
99
- name: ArduinoECCX08
@@ -106,6 +105,7 @@ jobs:
106
105
- board:
107
106
type: gsm
108
107
platforms: |
108
+
# Install samd platform via Boards Manager
109
109
- name: arduino:samd
110
110
libraries: |
111
111
- name: ArduinoECCX08
@@ -118,6 +118,7 @@ jobs:
118
118
- board:
119
119
type: nb
120
120
platforms: |
121
+
# Install samd platform via Boards Manager
121
122
- name: arduino:samd
122
123
libraries: |
123
124
- name: ArduinoECCX08
@@ -128,22 +129,20 @@ jobs:
128
129
- examples/utility/Provisioning
129
130
# Portenta
130
131
- board:
131
-
type: mbed
132
+
type: mbed_portenta
132
133
platforms: |
133
-
# Install Arduino mbed-Enabled Boards via Boards Manager for the toolchain
134
-
- name: arduino:mbed
135
-
# Overwrite the Arduino mbed-Enabled Boards release version with version from the tip of the master branch (located in local path because of the need to first install ArduinoCore-API)
136
-
- source-path: extras/ArduinoCore-mbed
137
-
name: arduino:mbed
134
+
# Install mbed_portenta platform via Boards Manager
135
+
- name: arduino:mbed_portenta
138
136
libraries: |
139
137
- name: ArduinoECCX08
140
138
- name: Arduino_Portenta_OTA
141
139
sketch-paths: |
142
140
- examples/utility/Provisioning
141
+
# Nicla Vision
143
142
- board:
144
143
type: mbed_nicla
145
144
platforms: |
146
-
# Install Arduino mbed-Enabled Boards via Boards Manager for the toolchain
145
+
# Install mbed_nicla platform via Boards Manager
147
146
- name: arduino:mbed_nicla
148
147
libraries: |
149
148
- name: Arduino_Portenta_OTA
@@ -174,30 +173,6 @@ jobs:
174
173
- name: Checkout
175
174
uses: actions/checkout@v2
176
175
177
-
# it's necessary to checkout the platform before installing it so that the ArduinoCore-API dependency can be added
178
-
- name: Checkout ArduinoCore-mbed
179
-
# this step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
180
-
if: matrix.board.type == 'mbed'
181
-
uses: actions/checkout@v2
182
-
with:
183
-
repository: arduino/ArduinoCore-mbed
184
-
# the arduino/compile-sketches action will install the platform from this path
185
-
path: ${{ env.ARDUINOCORE_MBED_STAGING_PATH }}
186
-
187
-
- name: Checkout ArduinoCore-API
188
-
# this step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
189
-
if: matrix.board.type == 'mbed'
190
-
uses: actions/checkout@v2
191
-
with:
192
-
repository: arduino/ArduinoCore-API
193
-
path: ${{ env.ARDUINOCORE_API_STAGING_PATH }}
194
-
195
-
- name: Install ArduinoCore-API
196
-
# this step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
0 commit comments