Skip to content

Commit 5bc1d96

Browse files
committed
compile examples: remove esp32, nano esp32, mkr1000 and edge control
1 parent c682f01 commit 5bc1d96

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

Diff for: .github/workflows/compile-examples.yml

-17
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434

3535
matrix:
3636
board:
37-
- fqbn: arduino:samd:mkr1000
38-
type: mkr1000
39-
artifact-name-suffix: arduino-samd-mkr1000
4037
- fqbn: arduino:samd:mkrwifi1010
4138
type: nina
4239
artifact-name-suffix: arduino-samd-mkrwifi1010
@@ -55,9 +52,6 @@ jobs:
5552
- fqbn: arduino:mbed_portenta:envie_m7
5653
type: mbed_portenta
5754
artifact-name-suffix: arduino-mbed_portenta-envie_m7
58-
- fqbn: esp32:esp32:esp32
59-
type: esp32
60-
artifact-name-suffix: esp32-esp32-esp32
6155
- fqbn: arduino:mbed_nano:nanorp2040connect
6256
type: nina
6357
artifact-name-suffix: arduino-mbed_nano-nanorp2040connect
@@ -76,20 +70,9 @@ jobs:
7670
- fqbn: arduino:renesas_uno:unor4wifi
7771
type: renesas_uno
7872
artifact-name-suffix: arduino-renesas_uno-unor4wifi
79-
- fqbn: arduino:esp32:nano_nora
80-
type: arduino_esp32
81-
artifact-name-suffix: arduino-esp32-nano_nora
82-
- fqbn: arduino:mbed_edge:edge_control
83-
type: mbed_edge
84-
artifact-name-suffix: arduino-mbed_edge-edge_control
8573

8674
# make board type-specific customizations to the matrix jobs
8775
include:
88-
- board:
89-
type: mkr1000
90-
libraries: |
91-
- name: WiFi101
92-
9376
- board:
9477
type: nina
9578
libraries: |

0 commit comments

Comments
 (0)