Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c66e55c

Browse filesBrowse files
committed
Use modern board-specific Mbed OS Boards platforms
Since the time the workflow was written, the "Arduino Mbed OS Boards" platform was split into a variant for each of the boards "families" supported by that platform. The benefit of this split is a reduction of installation and compilation times. The previous `arduino:mbed` platform is still available to ease the transition to the new platforms, but it is deprecated.
1 parent bad4977 commit c66e55c
Copy full SHA for c66e55c

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎.github/workflows/compile-examples.yml

Copy file name to clipboardExpand all lines: .github/workflows/compile-examples.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ jobs:
120120
starter-kit: false
121121
tone: true
122122
pulsein: true
123-
- fqbn: arduino:mbed:nano33ble
123+
- fqbn: arduino:mbed_nano:nano33ble
124124
usb: false
125125
serial1: true
126126
starter-kit: false
127127
tone: true
128128
pulsein: true
129-
- fqbn: arduino:mbed:envie_m7
129+
- fqbn: arduino:mbed_portenta:envie_m7
130130
usb: false
131131
serial1: true
132132
starter-kit: false

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.