Skip to content

Commit 2667caf

Browse files
committed
Migrate S2 boards to web-native-usb build task
1 parent c653e06 commit 2667caf

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,29 @@ jobs:
2929
"funhouse_noota",
3030
"esp32s3_devkitc_1_n8",
3131
"xiao_esp32s3",
32+
"magtag",
33+
"metroesp32s2",
34+
"feather_esp32s2_tft",
35+
"feather_esp32s2_reverse_tft",
36+
"qtpy_esp32s2",
3237
]
3338
include:
3439
- offset: "0x0"
3540
- offset: "0x1000"
3641
arduino-platform: "funhouse_noota"
3742
- offset: "0x1000"
3843
arduino-platform: "feather_esp32s2"
44+
- offset: "0x1000"
45+
arduino-platform: "metroesp32s2"
46+
- offset: "0x1000"
47+
arduino-platform: "magtag"
48+
- offset: "0x1000"
49+
arduino-platform: "feather_esp32s2_tft"
50+
- offset: "0x1000"
51+
arduino-platform: "feather_esp32s2_reverse_tft"
52+
- offset: "0x1000"
53+
arduino-platform: "qtpy_esp32s2"
54+
3955
steps:
4056
- name: "skip if unwanted"
4157
continue-on-error: true
@@ -230,17 +246,12 @@ jobs:
230246
matrix:
231247
arduino-platform:
232248
[
233-
"magtag",
234-
"metroesp32s2",
235249
"metro_esp32s3",
236-
"feather_esp32s2_tft",
237-
"feather_esp32s2_reverse_tft",
238250
"feather_esp32s3",
239251
"feather_esp32s3_4mbflash_2mbpsram",
252+
"feather_esp32s3_reverse_tft",
240253
"feather_esp32s3_tft",
241254
"qtpy_esp32s3",
242-
"qtpy_esp32s2",
243-
"feather_esp32s3_reverse_tft",
244255
"qtpy_esp32s3_n4r2",
245256
]
246257
steps:

0 commit comments

Comments
 (0)