Skip to content

Commit 3869f0a

Browse files
committed
CI: Add new boards to compile examples workflow
1 parent af1530c commit 3869f0a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,24 @@ jobs:
7171
platforms: |
7272
- name: arduino:mbed_nano
7373
softwareserial: false
74+
- fqbn: arduino:mbed_nicla:nicla_vision
75+
platforms: |
76+
-name: arduino:mbed_nicla
77+
- fqbn: arduino:mbed_opta:opta
78+
platforms: |
79+
-name: arduino:mbed_opta
80+
- fqbn: arduino:mbed_giga:giga
81+
platforms: |
82+
-name: arduino:mbed_giga
83+
- fqbn: arduino:renesas_portenta:portenta_c33
84+
platforms: |
85+
-name: arduino:renesas_portenta
86+
- fqbn: arduino:renesas_uno:unor4wifi
87+
platforms: |
88+
-name: arduino:renesas_uno
89+
- fqbn: arduino:esp32:nano_nora
90+
platforms: |
91+
-name: arduino:esp32
7492
7593
# Make board type-specific customizations to the matrix jobs
7694
include:

0 commit comments

Comments
 (0)