Skip to content

Commit 0e281f7

Browse files
committed
Add Portenta boards to Compile Examples CI workflow
Compile library examples for Arduino Portenta H7's M4 and M7 cores during CI run.
1 parent ba0249e commit 0e281f7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .github/workflows/compile-examples.yml

+10
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
{"fqbn": "arduino:samd:mkrwan1300", "type": "wan"},
4040
{"fqbn": "arduino:samd:mkrgsm1400", "type": "gsm"},
4141
{"fqbn": "arduino:samd:mkrnb1500", "type": "nb"},
42+
{"fqbn": "arduino-beta:mbed:envie_m4", "type": "mbed"},
43+
{"fqbn": "arduino-beta:mbed:envie_m7", "type": "mbed"},
4244
{"fqbn": "esp8266:esp8266:huzzah", "type": "esp8266"}
4345
]
4446

@@ -96,6 +98,14 @@ jobs:
9698
- name: RTCZero
9799
- name: MKRNB
98100
sketch-paths: '"examples/utility/Provisioning"'
101+
# Portenta
102+
- board:
103+
type: "mbed"
104+
platforms: |
105+
- name: arduino-beta:mbed
106+
libraries: |
107+
- name: ArduinoECCX08
108+
sketch-paths: '"examples/utility/Provisioning"'
99109
# ESP8266 boards
100110
- board:
101111
type: "esp8266"

0 commit comments

Comments
 (0)