We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0249e commit 0e281f7Copy full SHA for 0e281f7
.github/workflows/compile-examples.yml
@@ -39,6 +39,8 @@ jobs:
39
{"fqbn": "arduino:samd:mkrwan1300", "type": "wan"},
40
{"fqbn": "arduino:samd:mkrgsm1400", "type": "gsm"},
41
{"fqbn": "arduino:samd:mkrnb1500", "type": "nb"},
42
+ {"fqbn": "arduino-beta:mbed:envie_m4", "type": "mbed"},
43
+ {"fqbn": "arduino-beta:mbed:envie_m7", "type": "mbed"},
44
{"fqbn": "esp8266:esp8266:huzzah", "type": "esp8266"}
45
]
46
@@ -96,6 +98,14 @@ jobs:
96
98
- name: RTCZero
97
99
- name: MKRNB
100
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"'
109
# ESP8266 boards
110
- board:
111
type: "esp8266"
0 commit comments