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 af1530c commit 3869f0aCopy full SHA for 3869f0a
.github/workflows/compile-examples.yml
@@ -71,6 +71,24 @@ jobs:
71
platforms: |
72
- name: arduino:mbed_nano
73
softwareserial: false
74
+ - fqbn: arduino:mbed_nicla:nicla_vision
75
+ platforms: |
76
+ -name: arduino:mbed_nicla
77
+ - fqbn: arduino:mbed_opta:opta
78
79
+ -name: arduino:mbed_opta
80
+ - fqbn: arduino:mbed_giga:giga
81
82
+ -name: arduino:mbed_giga
83
+ - fqbn: arduino:renesas_portenta:portenta_c33
84
85
+ -name: arduino:renesas_portenta
86
+ - fqbn: arduino:renesas_uno:unor4wifi
87
88
+ -name: arduino:renesas_uno
89
+ - fqbn: arduino:esp32:nano_nora
90
91
+ -name: arduino:esp32
92
93
# Make board type-specific customizations to the matrix jobs
94
include:
0 commit comments