Skip to content

Commit 23e9b52

Browse files
committed
CI: Add new boards to compile examples workflow
1 parent 82a7bfe commit 23e9b52

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/compile-examples.yml

+24
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,30 @@ 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+
softwareserial: false
78+
- fqbn: arduino:mbed_opta:opta
79+
platforms: |
80+
- name: arduino:mbed_opta
81+
softwareserial: false
82+
- fqbn: arduino:mbed_giga:giga
83+
platforms: |
84+
- name: arduino:mbed_giga
85+
softwareserial: false
86+
- fqbn: arduino:renesas_portenta:portenta_c33
87+
platforms: |
88+
- name: arduino:renesas_portenta
89+
softwareserial: false
90+
- fqbn: arduino:renesas_uno:unor4wifi
91+
platforms: |
92+
- name: arduino:renesas_uno
93+
softwareserial: false
94+
- fqbn: arduino:esp32:nano_nora
95+
platforms: |
96+
- name: arduino:esp32
97+
softwareserial: false
7498

7599
# Make board type-specific customizations to the matrix jobs
76100
include:

0 commit comments

Comments
 (0)