8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efcf283 commit 04cdddfCopy full SHA for 04cdddf
.github/workflows/compile-examples.yml
@@ -48,6 +48,21 @@ jobs:
48
- fqbn: arduino:samd:mkrgsm1400
49
type: gsm
50
artifact-name-suffix: arduino-samd-mkrgsm1400
51
+ - fqbn: arduino:samd:mkrnb1500
52
+ type: nb
53
+ artifact-name-suffix: arduino-samd-mkrnb1500
54
+ - fqbn: arduino:mbed_portenta:envie_m7
55
+ type: mbed_portenta
56
+ artifact-name-suffix: arduino-mbed_portenta-envie_m7
57
+ - fqbn: arduino:mbed_nano:nanorp2040connect
58
+ type: nina
59
+ artifact-name-suffix: arduino-mbed_nano-nanorp2040connect
60
+ - fqbn: arduino:mbed_opta:opta
61
+ type: mbed_opta
62
+ artifact-name-suffix: arduino-mbed_opta-opta
63
+ - fqbn: arduino:mbed_giga:giga
64
+ type: mbed_giga
65
+ artifact-name-suffix: arduino-mbed_giga-giga
66
- fqbn: arduino:megaavr:uno2018
67
type: megaavr
68
artifact-name-suffix: arduino-megaavr-uno2018
0 commit comments