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 4421ef8

Browse filesBrowse files
committed
Update FQBN for Portenta H7 in Compile Examples CI workflow
The beta phase arduino-beta:mbed boards platform of the Portenta H7 has been deprecated, which will cause the compilation check CI for this board to fail when the old FQBN is used.
1 parent 01de945 commit 4421ef8
Copy full SHA for 4421ef8

File tree

1 file changed

+1
-2
lines changed
Filter options

1 file changed

+1
-2
lines changed

‎.github/workflows/compile-examples.yml

Copy file name to clipboardExpand all lines: .github/workflows/compile-examples.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ jobs:
114114
starter-kit: false
115115
tone: true
116116
pulsein: true
117-
# Change this to arduino:mbed:envie_m7 once there is a production release of the Arduino Mbed OS Boards platform
118-
- fqbn: arduino-beta:mbed:envie_m7
117+
- fqbn: arduino:mbed:envie_m7
119118
usb: false
120119
serial1: true
121120
starter-kit: false

0 commit comments

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